几何造型器

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

PCurve – Curve on Surface

PCurve - Curve on Surface eryar@163.com Abstract. 本文通过给出曲面上曲线PCurve的定义来对OpenCascade中的Curve On Surface进行理解,并介绍了OpenCascade对应的类BRep_CurveOnSurface实现...
A Simple OpenGL Shader Example-卡核

A Simple OpenGL Shader Example

A Simple OpenGL Shader Example eryar@163.com Abstract. OpenGL Shading Language, the high-level programming language defined to allow application writers to write programs that exec...
OpenCASCADE圆与平面求交-卡核

OpenCASCADE圆与平面求交

OpenCASCADE圆与平面求交 eryar@163.com   在 解析几何求交之圆与二次曲面中分析了OpenCASCADE提供的类IntAna_IntConicQuad可以用来计算圆与二次曲面之间的交点,这个算法是将平面Pla...
OpenCascade BRep Format Description-卡核

OpenCascade BRep Format Description

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

Polynomial Library in OpenCascade

Polynomial Library in OpenCascade eryar@163.com 摘要Abstract:分析幂基曲线即多项式曲线在OpenCascade中的计算方法,以及利用OpenSceneGraph来显示OpenCascade的计算结果,加深对多项式曲线...
OpenNURBS to OpenCASCADE-卡核

OpenNURBS to OpenCASCADE

OpenNURBS to OpenCASCADE eryar@163.com Abstract. The OpenNURBS initiative provides CAD/CAM/CAE and computer graphics software developers the tools to accurately transfer 3D geometr...
Surface Normal Averaging-卡核

Surface Normal Averaging

Surface Normal Averaging eryar@163.com 摘要Abstract:正确设置网格面上点的法向,对几何体在光照等情况下显示得更真实,这样就可以减少顶点数量,提高渲染速度。本文通过将OpenCascade中的形...
Conversion Operators in OpenCascade-卡核

Conversion Operators in OpenCascade

Conversion Operators in OpenCascade eryar@163.com Abstract. C++ lets us redefine the meaning of the operators when applied to objects. It also lets us define conversion operations ...
OpenCASCADE Conic to BSpline Curves-Parabola-卡核

OpenCASCADE Conic to BSpline Curves-Parabola

OpenCASCADE Conic to BSpline Curves-Parabola eryar@163.com Abstract. Rational Bezier Curve can represent conic curves such as circle, ellipse, hyperbola, .etc. But how to convert a...
OpenCASCADE 3 Planes Intersection-卡核

OpenCASCADE 3 Planes Intersection

OpenCASCADE 3 Planes Intersection eryar@163.com Abstract. OpenCASCADE provides the algorithm to search the intersection point between 3 planes. If two of the planes are parallel or...
Intel TBB in OpenCASCADE-卡核

Intel TBB in OpenCASCADE

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

The Installation and Compilation of OpenCASCADE

OpenCASCADE的编译  The Installation and Compilation of OpenCASCADE eryar@163.com   一、 安装OpenCASCADE 可以从OpenCASCADE的官网上下载其安装...