几何造型器

几何造型系统是指能够定义、描述、生成几何模型,并能够进行交互编辑处理的系统称为几何造型系统。采用几何造型技术,可以将物体的形状及其各种属性存储在计算机内,形成该物体的几何模型。这样的几何模型是对原物体确切的数学表达,或对其某种状态的真实模拟。
OpenCasCade官方开发文档翻译(13)–occt布尔运算-卡核

OpenCasCade官方开发文档翻译(13)–occt布尔运算

介绍 布尔运算用于从两组形状的组合中创建新形状。本文档全面描述了布尔运算组件中的算法,因为它是在 Open CASCADE 技术中实现的。布尔组件包含: 通用联合操作器(GFA), 布尔运算符 (BOA), 部...
pythonOCC例子搬运:3.选中体/面/边/点 并分析性质-卡核

pythonOCC例子搬运:3.选中体/面/边/点 并分析性质

这里返回总目录>>返回总目录 core_display_signal_slots.py 本例从https://github.com/tpaviot/pythonocc-demos搬运而来 运行版本:0.18.1 在其余版本运行不保证正确 先上结果图 按...
计算曲线拐点-卡核

计算曲线拐点

1 Introduction 曲线上有一些特殊点会影响曲线的连续性,如重点(Multiple Point)、尖点(Cusp Point)、拐点(Inflection Point)等。一般称曲线上凸弧和凹弧的分界点称为拐点。 图1 曲线极值...
qmake生成Visual Studio工程-卡核

qmake生成Visual Studio工程

  整个Qt在Windows中都可以通过批处理来编译,当编译好Qt后,会生成qmake.exe。 在没有安装Qt-VS-Addin的情况下,如何使用别人提供的Qt *.pro项目文件呢? 使用qmake可以直接生成Visual St...
OpenCASCADE Gauss Integration-卡核

OpenCASCADE Gauss Integration

OpenCASCADE Gauss Integration eryar@163.com Abstract. Numerical integration is the approximate computation of an integral using numerical techniques. The numerical computation of a...
OpenCASCADE Root-Finding Algorithm-卡核

OpenCASCADE Root-Finding Algorithm

OpenCASCADE Root-Finding Algorithm eryar@163.com Abstract. A root-finding algorithm is a numerical method, or algorithm, for finding a value x such that f(x)=0, for a given functio...
解析几何之二次型-卡核

解析几何之二次型

解析几何之二次型 eryar@163.com Abstract. 通过二次多项式的形式把二次曲线和二次曲面之间的求交问题统一成对将参数方程代入隐式方程得到问题的求解。 Key Words. Quadratic Form, Conic, Anal...
Intersection between a 2d line and a conic in OpenCASCADE-卡核

Intersection between a 2d line and a conic in OpenCASCADE

Intersection between a 2d line and a conic in OpenCASCADE eryar@163.com Abstract. OpenCASCADE provides the algorithm to implementation of the analytical intersection between a 2d l...
OpenCASCADE Face Normals-卡核

OpenCASCADE Face Normals

OpenCASCADE Face Normals eryar@163.com   Abstract. 要显示一个逼真的三维模型,其顶点坐标、顶点法向、纹理坐标这三个信息必不可少。本文主要介绍如何在OpenCASCADE的Draw中显示出曲面...
Surface Normal Vector in OpenCascade-卡核

Surface Normal Vector in OpenCascade

Surface Normal Vector in OpenCascade eryar@163.com 摘要Abstract:表面上某一点的法向量(Normal Vector)指的是在该点处与表面垂直的方向。对于平面,其上各点的法向是一样的,统一为这个平...
Iterate Files by Tcltk-卡核

Iterate Files by Tcltk

Iterate Files by Tcltk eryar@163.com Abstract. Tcl/Tk provide a programming system for developing and using graphical user interface(GUI) applications. Tcl stands for “tool comman...
清华笔记:计算共形几何讲义 (4)单纯同调-卡核

清华笔记:计算共形几何讲义 (4)单纯同调

 这次课程,我们介绍单纯同调理论。在代数拓扑中,有单纯同调、奇异同调和de Rham同调理论。它们所用的数学工具不同,但是理论彼此等价。【1】给出了本课程的视频链接。 基本方法代数...