几何造型器

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

Triangle – Delaunay Triangulator

Triangle - Delaunay Triangulator  eryar@163.com Abstract. Triangle is a 2D quality mesh generator and Delaunay triangulator. Triangle was created as part of the Quake project ...
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...
Topology and Geometry in OpenCascade-Face-卡核

Topology and Geometry in OpenCascade-Face

Topology and Geometry in OpenCascade-Face eryar@163.com 摘要Abstract:本文简要介绍了几何造型中的边界表示法(BRep),并结合程序说明OpenCascade中的边界表示的具体实现,即拓朴与几何的...
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...
Introduction of Open CASCADE Foundation Classes-卡核

Introduction of Open CASCADE Foundation Classes

Open CASCADE Foundation Classes Open CASCADE基础类 eryar@163.com 一、简介 1. 基础类概述 Foundation Classes Overview 本文将对Open CASCADE中的基础类进行介绍及如何使用基础类。更多信...
Tcl internal variables-卡核

Tcl internal variables

Tcl internal variables eryar@163.com 在Tcl中内置了一些变量,并赋予了一定的功能。内置变量列表如下: 变量名称 功能描述 argc 指命令行参数的个数。 argv  指包含命令行参数的列表。&n...
OpenCASCADE Chamfer 3D Basics-卡核

OpenCASCADE Chamfer 3D Basics

OpenCASCADE Chamfer 3D Basics eryar@163.com 倒角Chamfer造型功能是几何内核一般都具有的功能,OpenCASCADE中也提供倒角Chamfer造型功能。如下图所示:   在Draw Test Harness中的源文件...
[转]C语言字节对齐问题详解-卡核

[转]C语言字节对齐问题详解

C语言字节对齐问题详解 转载:https://www.cnblogs.com/clover-toeic/p/3853132.html     引言      考虑下面的结构体定义: 1 typedef struct{ 2 char c1; 3 short s...
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...
管道设计CAD系统中重量重心计算-卡核

管道设计CAD系统中重量重心计算

管道设计CAD系统中重量重心计算 eryar@163.com Abstract. 管道设计CAD系统中都有涉及到重量重心计算的功能,这个功能得到的重心数据主要用于托盘式造船时方便根据重心设置吊装配件。重量信息主...
Introduction of OpenCascade Foundation Classes-卡核

Introduction of OpenCascade Foundation Classes

Introduction of OpenCascade Foundation Classes Open CASCADE基础类简介 eryar@163.com 一、简介 1. 基础类概述 Foundation Classes Overview 本文将对Open CASCADE中的基础类进行介绍及如何...
Compile OpenCASCADE7.3 with VS2008-卡核

Compile OpenCASCADE7.3 with VS2008

Compile OpenCASCADE7.3 with VS2008 eryar@163.com   概述 在OpenCASCADE的源码文件夹中有个adm文件夹,里面提供了各个平台中编译源码的项目文件。其中在Windows操作系统...