几何造型器共363篇

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

Jenkins in OpenCASCADE

Jenkins in OpenCASCADE eryar@163.com Abstract. Jenkins是一个开源软件项目,是基于Java开发的一个持续集成工具,用于监控持续复制的工作,旨在提供一个开放易用的软件平台,使软件的持续集成...
Package gp in the OpenCASCADE-卡核

Package gp in the OpenCASCADE

Package gp in the OpenCASCADE eryar@163.com China 一、简介 Introduction to Package gp gp是几何处理程序包(Geometric Processor package),简称gp。包gp提供以下功能: 代数计算;如坐标...
OpenCASCADE Make Primitives-Box-卡核

OpenCASCADE Make Primitives-Box

  OpenCASCADE Make Primitives-Box eryar@163.com Abstract. By making a simple box to demonstrate the BRep data structure of the OpenCASCADE. The construction method is differen...
清华笔记:计算共形几何讲义 (4)单纯同调-卡核

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

 这次课程,我们介绍单纯同调理论。在代数拓扑中,有单纯同调、奇异同调和de Rham同调理论。它们所用的数学工具不同,但是理论彼此等价。【1】给出了本课程的视频链接。 基本方法代数...
顾险峰的头像-卡核顾险峰2年前
0440
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...
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...
Function Set in OPEN CASCADE-卡核

Function Set in OPEN CASCADE

Function Set in OPEN CASCADE eryar@163.com Abstract. The common math algorithms library provides a C++ implementation of the most frequently used mathematical algorithms. These inc...
[转]C语言预处理命令详解-卡核

[转]C语言预处理命令详解

转载:https://www.cnblogs.com/clover-toeic/p/3851102.html 一  前言      预处理(或称预编译)是指在进行编译的第一遍扫描(词法扫描和语法分析)之前所作的工作。预处理指...
Use PSO to find minimum in OpenCASCADE-卡核

Use PSO to find minimum in OpenCASCADE

Use PSO to find minimum in OpenCASCADE eryar@163.com Abstract. Starting from OCCT6.8.0 will include one more algorithm for solving global optimization problems. Its development has...
Function Set in OPEN CASCADE-卡核

Function Set in OPEN CASCADE

Function Set in OPEN CASCADE eryar@163.com Abstract. The common math algorithms library provides a C++ implementation of the most frequently used mathematical algorithms. These inc...
[转]Massive Model Rendering Techniques-卡核

[转]Massive Model Rendering Techniques

Massive Model Rendering Techniques Andreas Dietrich Enrico Gobbetti Sung-Eui Yoon Abstract We present an overview of current real-time massive model visualization technology, with ...
OpenCASCADE Interpolation - Lagrange-卡核

OpenCASCADE Interpolation – Lagrange

OpenCASCADE Interpolation - Lagrange eryar@163.com Abstract. Power basis polynomial is the most simple polynomial function. It also be called power series. OpenCASCADE provides bas...