随笔分类 -  1. Getting Started

Overview of OpenCascade Library.
Building Modules of OpenCascade Library.
Building Third-party products OpenCascade Used.
摘要:Jenkins in OpenCASCADE eryar@163.com Abstract. Jenkins是一个开源软件项目,是基于Java开发的一个持续集成工具,用于监控持续复制的工作,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。 Key Words. OpenCASCADE, J 阅读全文
posted @ 2017-12-03 12:12 opencascade 阅读(508) 评论(0) 推荐(0) 编辑
摘要:In Visual Studio you can specify changes to environment variables in the project settings. Open your project, go to Project -> Properties... Under Configuration Properties -> Debugging, edit the Environment value to set environment variables. For example, if you want to add the directory “c:\foo\bin” to the path when debugging your application, set the Environment value to “PATH=%PATH%;c:\foo\bin”. 阅读全文
posted @ 2017-02-21 21:41 opencascade 阅读(812) 评论(0) 推荐(0) 编辑
摘要:为了帮助OPEN CASCADE新手顺利编译OPEN CASCADE源码,特录制了一个视频, 有了这个视频,OPEN CASCADE的编译再也不麻烦啦! 阅读全文
posted @ 2016-01-20 21:53 opencascade 阅读(881) 评论(2) 推荐(0) 编辑
摘要:Abstract. The Visual Studio Natvis framework lets you customize the way Visual Studio displays native types in debugger variable windows such as the Watch, Locals and Data Tips windows. It supersedes the autoexp.dat file that has been used in earlier versions of Visual Studio and offers XML syntax, better diagnostics, versioning, and multiple file support. The container in OpenCASCADE is difficult for debugging, such as TColStd_Array1OfInteger in the TColStd package, .etc. Use the natvis framewo 阅读全文
posted @ 2015-01-31 19:21 opencascade 阅读(1023) 评论(0) 推荐(0) 编辑
摘要:Abstract. OpenCASCADE have provided the Qt samples in the samples directory, but they are a little complicated. So I decide write a simple OpenCASCADE Qt demo for the OpenCASCADE beginners. Key Words. OpenCASCADE6.8.0, Qt5.4 阅读全文
posted @ 2014-12-29 23:58 opencascade 阅读(3313) 评论(11) 推荐(0) 编辑
摘要:OpenCASCADE使用Doxygen及一些第三方程序来自动生成文档,简化程序开发过程中的文档工作。尤其是Tcl/Tk脚本的使用,让重复机械的劳动由电脑来自动完成,提高工作效率及编程的乐趣。 如果想使用搜索功能,可以自己运行gendoc.bat并指定搜索模式为local即可解决问题。 阅读全文
posted @ 2014-12-16 19:39 opencascade 阅读(524) 评论(0) 推荐(0) 编辑
摘要:Abstract. When you are familiar with OpenCASCADE on Windows, you should try it on Linux operating system, because of Debian is also open source like OpenCASCADE. The paper is focus on how to building the OpenCASCADE on Debian. Key Words. OpenCASCADE, Linux, Debian, Building 阅读全文
posted @ 2014-10-01 15:32 opencascade 阅读(1652) 评论(0) 推荐(1) 编辑
摘要:Abstract. Draw is a command interpreter based on Tcl/Tk and a graphical system used to test and demonstrate OpenCascade modeling libraries. It provides a flexible and easy to use means of testing and demonstrating the OCCT modeling libraries. By a given command of Tcl, you can find the implentation code for that command by OpenCascade, the code could be as a demo to use of OCC modeling libraries. So this is the most effectively way of use OpenCascade. Key words. OpenCascade, Tcl/Tk, Testing, 阅读全文
posted @ 2014-07-30 20:04 opencascade 阅读(1746) 评论(1) 推荐(0) 编辑
摘要:摘要Abstract:本文通过程序实例,将OpenCascade中的拓朴数据(边、面)离散化后在OpenSceneGraph中进行显示。有了这些离散数据,就可以不用OpenCascade的显示模块了,可以使用其他显示引擎对形状进行显示。即若要线框模式显示形状时,就绘制离散形状拓朴边后得到的多段线;若要实体渲染模式显示形状时,就绘制离散形状拓朴面得到的三角网格。理解这些概念也有助于理解显示模块的实现,及拓朴数据中包含的几何数据的意义。 关键字 Key Words:OpenCascade, polygon curve, triangulation,discrete edge, discrete face, OpenSceneGraph, OSG 阅读全文
posted @ 2013-12-04 21:53 opencascade 阅读(2449) 评论(2) 推荐(1) 编辑
摘要:摘要Abstract:详细介绍了如何在Qt中使用OpenCascade。 关键字Key Words:Qt、OpenCascade 阅读全文
posted @ 2013-09-14 13:22 opencascade 阅读(7634) 评论(15) 推荐(0) 编辑
摘要:摘要Abstract:以一个经典的Hello World程序为例开始对开源几何造型内核OpenCascade的学习。 关键字Key Words:OpenCascade、Qt、Hello World 阅读全文
posted @ 2013-08-22 19:18 opencascade 阅读(2758) 评论(0) 推荐(0) 编辑
摘要:Building third-party products of OpenCascade. Keywords: OpenCascade, Third-Party library 阅读全文
posted @ 2013-08-21 22:10 opencascade 阅读(2586) 评论(0) 推荐(0) 编辑
摘要:摘要Abstract:详细说明OpenCascade的编译配置过程,希望对你编译OpenCascacde有所帮助。本文内容来自OCCT的Overview文档,详细信息可参考之。 关键字Key Words:OpenCascade、Compiling 阅读全文
posted @ 2013-08-20 20:07 opencascade 阅读(5613) 评论(2) 推荐(1) 编辑
摘要:详细说明编译OpenCascade的注意事项,之所强调第三方库,是因为有些第三方库是OpenCascade必须的, 一定要正确设置头文件及库文件的路径。 关键字: OpenCascade, Compiling, Third-Party library 阅读全文
posted @ 2013-08-19 18:45 opencascade 阅读(1965) 评论(9) 推荐(0) 编辑
摘要:Abstract:对OpenCascade库的功能及其实现做简要介绍。 关键字Key Words:OpenCascade、occ、Modeling Kernel、CAD 阅读全文
posted @ 2013-08-18 13:37 opencascade 阅读(2300) 评论(2) 推荐(1) 编辑