几何造型器

几何造型系统是指能够定义、描述、生成几何模型,并能够进行交互编辑处理的系统称为几何造型系统。采用几何造型技术,可以将物体的形状及其各种属性存储在计算机内,形成该物体的几何模型。这样的几何模型是对原物体确切的数学表达,或对其某种状态的真实模拟。
Bounding Volume Hierarchy BVH in OpenCASCADE-卡核

Bounding Volume Hierarchy BVH in OpenCASCADE

Bounding Volume Hierarchy BVH in OpenCASCADE eryar@163.com Abstract. Bounding Volume Hierarchy(BVH) organizes geometric objects in the tree based on spatial relationships. Each nod...
Split Shape by Plane in OpenCASCADE-卡核

Split Shape by Plane in OpenCASCADE

Split Shape by Plane in OpenCASCADE eryar@163.com Abstract. Sometimes you want to split a shape by plane or even split a shape by a B Spline surface, OpenCASCADE provide a feature ...
OpenCASCADE 麻花钻头造型实例分析-卡核

OpenCASCADE 麻花钻头造型实例分析

OpenCASCADE 麻花钻头造型实例分析 eryar@163.com Abstract. OpenCASCADE provides a simple twist drill bit modeling example in Tcl script. The blog will give a details of some key poin...
OpenCASCADE BRepMesh - 2D Delaunay Triangulation-卡核

OpenCASCADE BRepMesh – 2D Delaunay Triangulation

OpenCASCADE BRepMesh - 2D Delaunay Triangulation eryar@163.com Abstract. OpenCASCADE package BRepMesh can compute the Delaunay’s triangulation with the algorithm of Watson. It can...
OpenCascade Ruled Surface-卡核

OpenCascade Ruled Surface

OpenCascade Ruled Surface eryar@163.com Abstract. A ruled surface is formed by moving a line connecting points of equal relative arc length or equal relative parametric value on tw...
OpenCascade Law Function-卡核

OpenCascade Law Function

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

OpenCASCADE Trihedron Law

OpenCASCADE Trihedron Law eryar@163.com Abstract. In differential geometry the Frenet-Serret formulas describe the kinematic properties of a particle moving along a continuous, dif...
OpenCascade Sweep Algorithm-卡核

OpenCascade Sweep Algorithm

OpenCascade Sweep Algorithm eryar@163.com Abstract. Sweeps are the objects you obtain by sweeping a profile along a path. Sweep is a very useful modeling algorithm. The paper focus...
Boolean operations between triangle meshes-卡核

Boolean operations between triangle meshes

Boolean operations between triangle meshes eryar@163.com Abstract. Boolean operations is one of basic and well known on 3D models. The operations are widely used in computer graphi...
OpenCASCADE中散乱Edge生成Wire-卡核

OpenCASCADE中散乱Edge生成Wire

OpenCASCADE中散乱Edge生成Wire eryar@163.com Abstract. In OpenCASCADE a wire can be built from any number of edges in sequence. If edges are not in sequence, you must sort them in o...
Intel TBB in OpenCASCADE-卡核

Intel TBB in OpenCASCADE

Intel TBB in OpenCASCADE eryar@163.com   OpenCASCADE使用了一个开源的第三方库Intel TBB,这个并行计算库主要用于网格化、布尔操作等复杂算法,可以明显提升速度。...
OpenCASCADE解非线性方程组-卡核

OpenCASCADE解非线性方程组

OpenCASCADE解非线性方程组 eryar@163.com   Abstract. 在科学技术领域里常常提出求解非线性方程组的问题,例如,用非线性函数拟合实验数据问题、非线性网络问题、几何上的曲线曲面求...