几何造型器

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

OpenCASCADE General Transformation

OpenCASCADE General Transformation eryar@163.com Abstract. OpenCASCADE provides a general transformation class: gp_GTrsf. It can be a transformation from gp, an affinity, or you ca...
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...
ModelDataExchange - Import-卡核

ModelDataExchange – Import

ModelDataExchange - Import eryar@163.com Abstract. The ModelDataExchange import utility enables the user to import geometric models of equipment into 3D models within Design. The i...
清华笔记:计算共形几何讲义 (22)离散曲面曲率流 (Discrete Surface Ricci Flow)IV-卡核

清华笔记:计算共形几何讲义 (22)离散曲面曲率流 (Discrete Surface Ricci Flow)IV

设计黎曼度量又是计算机图形学、计算机视觉、计算力学、医学图像等领域最为基本的问题之一。许多工程中的关键问题可以归结为设计一种特殊的黎曼度量。离散曲面Ricci流是通过曲率来设计黎曼度量...
Overview of OpenCascade Library-卡核

Overview of OpenCascade Library

Overview of OpenCascade Library eryar@163.com   摘要Abstract:对OpenCascade库的功能及其实现做简要介绍。 关键字Key Words:OpenCascade、occ、Modeling Ke...
OPEN CASCADE Gauss Least Square-卡核

OPEN CASCADE Gauss Least Square

OPEN CASCADE Gauss Least Square eryar@163.com Abstract. The least square can be used to solve a set of n linear equations of m unknowns(n >= m). The OPEN CASCADE class math_Gaus...
OPEN CASCADE Curve Continuity-卡核

OPEN CASCADE Curve Continuity

OPEN CASCADE Curve Continuity eryar@163.com Abstract. 设计一条复杂曲线时,出于设计和制造上的考虑,常常通过多段曲线组合而成,这就需要解决曲线段之间如何实现光滑连接的问题。评价曲线间...
OpenCascade BRep Format Description-卡核

OpenCascade BRep Format Description

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

Hello Netgen

Hello Netgen eryar@163.com 摘要Abstract:本文主要介绍如何对下载的Netgen源码进行编译生成Netgen程序和程序开发所需要的库nglib。 关键字Key Words:Netgen, nglib, Mesh Generator, OpenCas...
Visulalization Voronoi in OpenSceneGraph-卡核

Visulalization Voronoi in OpenSceneGraph

Visulalization Voronoi in OpenSceneGraph eryar@163.com Abstract. In mathematics a Voronoi diagram is a way of dividing space into a number of regions. A set of points, called seeds...
OpenCASCADE DRAW Command Source-卡核

OpenCASCADE DRAW Command Source

OpenCASCADE DRAW Command Source eryar@163.com OpenCASCADE Draw Harness是基于Tcl脚本命令语言的工具,可以用来演示OCCT中的造型功能。Draw Harness中提供的命令基本包含了OCCT中所有的功能...