opencascade code study

OpenGL Shader in OpenCASCADE-卡核

OpenGL Shader in OpenCASCADE

OpenGL Shader in OpenCASCADE eryar@163.com Abstract. As implementation of one of the strategic steps in OpenCASCADE visualization component development road-map, support for GLSL s...
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...
Building OpenCascade on Windows with Visual Studio-卡核

Building OpenCascade on Windows with Visual Studio

Building OpenCascade on Windows with Visual Studio eryar@163.com   摘要Abstract:详细说明OpenCascade的编译配置过程,希望对你编译OpenCascacde有所...
Apply Newton Method to Find Extrema in OPEN CASCADE-卡核

Apply Newton Method to Find Extrema in OPEN CASCADE

Apply Newton Method to Find Extrema in OPEN CASCADE eryar@163.com Abstract. In calculus, Newton’s method is used for finding the roots of a function. In optimization, Newton’s me...
Two analytical 2d line intersection in OpenCASCADE-卡核

Two analytical 2d line intersection in OpenCASCADE

Two analytical 2d line intersection in OpenCASCADE eryar@163.com Abstract. OpenCASCADE geometric tools provide algorithms to calculate the intersection of two 2d curves, surfaces, ...
Locations Section of OpenCascade BRep-卡核

Locations Section of OpenCascade BRep

Locations Section of OpenCascade BRep eryar@163.com 摘要Abstract:本文结合OpenCascade的BRep格式描述文档和源程序,对BRep格式进行分析,详细说明BRep的数据组织形式。本文主要通过对BRep...
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...
Construction of Primitives in Open Cascade-卡核

Construction of Primitives in Open Cascade

Construction of Primitives in Open Cascade eryar@163.com 一、创建基本图元 Making Primitives 将用到如下的类创建基本图元,包括长方体(Box)、楔形体(Wedge)、旋转体(Revol)等。这些类提供S...
Visualize Surface by Delaunay Triangulator-卡核

Visualize Surface by Delaunay Triangulator

Visualize Surface by Delaunay Triangulator eryar@163.com Abstract. Delaunay Triangulation is the core algorithm for mesh generation. By Delaunay Triangulator you can make a general...
OpenCASCADE Application Framework Data Framework Services-卡核

OpenCASCADE Application Framework Data Framework Services

OpenCASCADE Application Framework Data Framework Services eryar@163.com 一、概述Overview OpenCASCADE的数据框架对来自不同程序的数据提供了统一的处理环境。这就简化了数据交换、修改,也...