想完整的做个小的CAD软件都是一件令人很痛苦的活,因为里面的算法实在是过于的繁杂了。考虑用开源的算法库。CGAL需要装QT,放弃了。于是想到用OpenCasCade。文档,源码和示例都很健全,你不得不佩服老外的精力。但即便如此,想正常编译使用示例(MFC示例)还是一件很麻烦的事情,调试了一上午通过了,要点如下:1.在VS2005下打开工程,由于for语句的变量限定与以往不同,需要通过项目属性--&
原创
2007-04-02 13:06:00
1930阅读
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
481阅读
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
1070阅读
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
603阅读
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
415阅读
摘要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
974阅读
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. 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
977阅读
OpenCASCADE中扫掠造型算法功能还比较强大,除了支持常规的扫掠外,还支持带引导线的扫掠,及带引导线的多个截面
原创
2023-11-15 12:31:16
0阅读
Abstract:对OpenCascade库的功能及其实现做简要介绍。 关键字Key Words:OpenCascade、occ、Modeling Kernel、CAD
Overview of OpenCascade Library
eryar@163.com
摘要Abstract:对OpenCascade库的功能及其实现做简要介绍。
关键字Key Words:OpenCascade、occ
转载
2021-08-17 13:31:55
497阅读
点在多边形内
转载
2021-08-17 13:49:53
1042阅读
摘要:本文简要介绍了Delaunay三角剖分的基础理论,并使用OpenCascade的三角剖分算法将边界BRep表示的几何体进行三角离散化后在OpenSceneGraph中显示。 关键字:Delaunay Triangulation、OpenCascade、OpenSceneGraph
Delaunay Triangulation in OpenCascade
eryar@163.com
摘要:
转载
2021-08-17 13:50:27
1137阅读
Abstract. C++ lets us redefine the meaning of the operators when applied to objects. It also lets us define conversion operations for class types. Class-type conversions are used like the built-in con
转载
2021-08-17 13:51:47
180阅读
Abstract. Use the Draw Test Harness to test the performance of OpenCASCADE by Tcl scripts. From the test result, you will check whether the OpenCASCADE meet your need. Key Words. OpenCASCADE, Performa
转载
2021-08-17 13:54:37
347阅读
Abstract. Numerical integration is the approximate computation of an integral using numerical techniques. The numerical computation of an integral is sometimes called quadrature. The most straightforw
转载
2021-08-17 13:55:29
144阅读
Abstract. As implementation of one of the strategic steps in OpenCASCADE visualization component development road-map, support for GLSL shader programs has been added in OpenCASCADE Technology 6.7.0.
转载
2021-08-17 14:07:57
402阅读
Abstract. A ruled surface is formed by moving a line connecting points of equal relative arc length or equal relative parametric value on two parametric curves from a start point to a terminate point
转载
2021-08-17 14:36:35
362阅读
点赞
在OpenCASCADE的TKGeomAlgo Toolkit中提供了一个Law Package,在Law包中有一个基类:Law_Function,字面上翻译为 规则函数。 本文主要对Law_Function的子类进行介绍,进一步理解OpenCASCADE中Law相关类的作用。
OpenCascade Law Function
eryar@163.com
1.Introduction
在Open
转载
2021-08-17 14:43:35
130阅读