Abstract. OpenCASCADE introduce a new class Graphic3d_Camera for the Visualization module. The camera class provides object-oriented approach to setting up projection and orientation properties of 3D
转载
2021-08-17 14:04:56
970阅读
想完整的做个小的CAD软件都是一件令人很痛苦的活,因为里面的算法实在是过于的繁杂了。考虑用开源的算法库。CGAL需要装QT,放弃了。于是想到用OpenCasCade。文档,源码和示例都很健全,你不得不佩服老外的精力。但即便如此,想正常编译使用示例(MFC示例)还是一件很麻烦的事情,调试了一上午通过了,要点如下:1.在VS2005下打开工程,由于for语句的变量限定与以往不同,需要通过项目属性--&
原创
2007-04-02 13:06:00
1928阅读
Abstract. The quaternions are members of a noncommutative division algebra first invented by William Rowan Hamilton. The idea for quaternions occurred to him while he was walking along the Royal Canna
转载
2021-08-17 13:58:40
470阅读
Abstract. The OpenNURBS initiative provides CAD/CAM/CAE and computer graphics software developers the tools to accurately transfer 3D geometry between applications. The OpenNURBS C++ source code is cl
转载
2021-08-17 13:59:43
1057阅读
Abstract. OpenCASCADE BRepTools provides utilities for BRep data structure. OuterWire method to find the outer wire of a face. Dump method to dump a BRep object. It also can be used as the data exchan
转载
2021-08-17 14:02:53
596阅读
Jenkins in OpenCASCADE
eryar@163.com
Abstract. Jenkins是一个开源软件项目,是基于Java开发的一个持续集成工具,用于监控持续复制的工作,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。
Key Words. OpenCASCADE, Jenkins
1.Introduction
OpenCASCADE的开发代码量较大,如何确保程序的
转载
2021-08-17 14:44:21
204阅读
摘要Abstract:本文对矩阵作简要介绍,并结合代码说明OpenCascade矩阵计算类的使用方法。 关键字Key Words:OpenCascade、Matrix、C++
OpenCascade Matrix
eryar@163.com
摘要Abstract:本文对矩阵作简要介绍,并结合代码说明OpenCascade矩阵计算类的使用方法。
关键字Key Words:OpenCascade、
转载
2021-08-17 13:37:05
412阅读
摘要Abstract:详细介绍了如何在Qt中使用OpenCascade。 关键字Key Words:Qt、OpenCascade
Qt with OpenCascade
摘要Abstract:详细介绍了如何在Qt中使用OpenCascade。
关键字Key Words:Qt、OpenCascade
一、引言 Introduction
1.1 Overview of Qt
Qt是1991年奇趣
转载
2021-08-17 13:38:35
964阅读
Abstract. FreeType is required for text display in the 3D viewer. FreeType is a software font engine that is designed to be small, efficient, highly customizable, and portable while capable of produci
转载
2021-08-17 14:14:06
450阅读
Jenkins in OpenCASCADE eryar@163.com Abstract. Jenkins是一个开源软件项目,是基于Java开发的一个持续集成工具,用于监控持续复制的工作,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。 Key Words. OpenCASCADE, J
转载
2021-08-17 14:44:50
141阅读
摘要Abstract:以一个经典的Hello World程序为例开始对开源几何造型内核OpenCascade的学习。 关键字Key Words:OpenCascade、Qt、Hello World
Hello World of OpenCascade
eryar@163.com
摘要Abstract:以一个经典的Hello World程序为例开始对开源几何造型内核OpenCascade的学
转载
2021-08-17 13:39:04
616阅读
详细说明编译OpenCascade的注意事项,之所强调第三方库,是因为有些第三方库是OpenCascade必须的, 一定要正确设置头文件及库文件的路径。 关键字: OpenCascade, Compiling, Third-Party library
OpenCASCADE的编译
The Installation and Compilation of OpenCASCADE
eryar@16
转载
2021-08-17 13:39:46
168阅读
摘要Abstract:分析幂基曲线即多项式曲线在OpenCascade中的计算方法,以及利用OpenSceneGraph来显示OpenCascade的计算结果,加深对多项式曲线的理解。 关键字Key Words:OpenCascade、PLib、OpenSceneGraph、Polynomial Library
Polynomial Library in OpenCascade
eryar@16
转载
2021-08-17 13:56:46
161阅读
Abstract. The purpose of the OpenGL graphics processing pipeline is to convert 3D descriptions of objects into a 2D image that can be displayed. In many ways, this process is similar to using a camera
转载
2021-08-17 13:58:26
557阅读
Abstract. DWG is a file format created in the 70’s for the emerging CAD applications. Currently it is the native file format of AutoCAD, a proprietary CAD program developed by Autodesk. Libredwg is a
转载
2021-08-17 14:00:12
617阅读
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
转载
2021-08-17 14:00:26
226阅读
OpenCASCADE自定义高亮效果。
原创
2021-08-17 14:00:40
875阅读
Abstract. OpenCASCADE provides a general transformation class: gp_GTrsf. It can be a transformation from gp, an affinity, or you can define your own transformation giving the matrix of transformation.
转载
2021-08-17 14:03:41
779阅读
Abstract. Siemens’ JT data format accepted as the world’s first ISO international standard for viewing and sharing lightweight 3D product information. OpenCASCADE JT Assistant is a viewer for files in
转载
2021-08-17 14:04:38
527阅读
Abstract. Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages. You can also use doxygen for creating
转载
2021-08-17 14:05:57
656阅读