opencascade code study

OpenCASCADE编码规范-内存对齐-卡核

OpenCASCADE编码规范-内存对齐

OpenCASCADE编码规范-内存对齐 eryar@163.com   在OpenCASCADE 的编码规范Coding Rules中提到了一条与性能相关的规范,那就是类的内存对齐要求,特别是intel的机器。 对应的编码的要求就是...
OpenCASCADE 投影生成PCurve-卡核

OpenCASCADE 投影生成PCurve

OpenCASCADE 投影生成PCurve eryar@163.com Abstract: Geometry Curves and Surfaces in BRep are parametric equations. So given a parametric space curve and a geometry surface can map t...
Topology and Geometry in OpenCascade-Vertex-卡核

Topology and Geometry in OpenCascade-Vertex

Topology and Geometry in OpenCascade-Vertex eryar@163.com 摘要Abstract:本文简要介绍了几何造型中的边界表示法(BRep),并结合程序说明OpenCascade中的边界表示的具体实现,即拓朴与几何...
解析几何求交之直线与二次曲面-卡核

解析几何求交之直线与二次曲面

解析几何求交之直线与二次曲面 eryar@163.com   Abstract. OpenCASCADE provides the analytic intersection between a conic and a quadric in the package IntAna. Key Words. Analytic ...
OpenCASCADE PCurve of Topological Face-卡核

OpenCASCADE PCurve of Topological Face

OpenCASCADE PCurve of Topological Face eryar@163.com Abstract. OpenCASCADE provides a class BRepBuilderAPI_MakeFace to build topological faces. A face maybe built from a surface, e...
A Simple OpenGL Shader Example II-卡核

A Simple OpenGL Shader Example II

A Simple OpenGL Shader Example II eryar@163.com Abstract. The OpenGL Shading Language syntax comes from the C family of programming languages. Tokes, identifiers, semicolons, nesti...
OpenCASCADE DataExchange DWG-卡核

OpenCASCADE DataExchange DWG

OpenCASCADE DataExchange DWG eryar@163.com 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,...
The Installation and Compilation of OpenCASCADE-卡核

The Installation and Compilation of OpenCASCADE

OpenCASCADE的编译  The Installation and Compilation of OpenCASCADE eryar@163.com   一、 安装OpenCASCADE 可以从OpenCASCADE的官网上下载其安装...
OPEN CASCADE Multiple Variable Function-卡核

OPEN CASCADE Multiple Variable Function

OPEN CASCADE Multiple Variable Function eryar@163.com Abstract. Multiple variable function with gradient and Hessian matrix is very very import in OPEN CASCADE optimization algorit...
OpenCASCADE Shape Location-卡核

OpenCASCADE Shape Location

OpenCASCADE Shape Location eryar@163.com Abstract. The TopLoc package of OpenCASCADE gives resources to handle 3D local coordinate systems called Locations. A Location is a co...
OpenCascade BRep Format Description (2)-卡核

OpenCascade BRep Format Description (2)

OpenCascade BRep Format Description eryar@163.com 摘要Abstract:本文结合OpenCascade的BRep格式描述文档和源程序,对BRep格式进行分析,详细说明BRep的数据组织形式。结合源程序,可以对Ope...
OpenCascade Law Function-卡核

OpenCascade Law Function

OpenCascade Law Function eryar@163.com 1.Introduction 在OpenCASCADE的TKGeomAlgo Toolkit中提供了一个Law Package,在Law包中有一个基类:Law_Function,字面上翻译为 规则函数。其类图如下...