Create views of OpenCASCADE objects in the Debugger-卡核

Create views of OpenCASCADE objects in the Debugger

  Create views of OpenCASCADE objects in the Debugger eryar@163.com Abstract. The Visual Studio Natvis framework lets you customize the way Visual Studio displays native types...
Evaluate Math Expression-卡核

Evaluate Math Expression

Evaluate Math Expression eryar@163.com 摘要Abstract:本文简要介绍了数学表达式解析求值的几款开源软件,并结合程序代码说明了OpenCascade中表达式包的用法。也简要介绍了表达式解析求值在AV...
OpenCascade Primitives BRep - Box-卡核

OpenCascade Primitives BRep – Box

OpenCascade Primitives BRep - Box eryar@163.com Abstract. BRep is short for Boundary Representation. Boundary Representation gives a complete description of an object by associatin...
OpenCASCADE点向直线投影-卡核

OpenCASCADE点向直线投影

OpenCASCADE点向直线投影 eryar@163.com   在GeomLib_Tool类中提供了计算指定点在曲线、曲面上的参数,这个算法具有通用性,即对任意曲线、曲面来反求点的参数。   本文主要结合源码...
OPEN CASCADE BSpline Curve Interpolation-卡核

OPEN CASCADE BSpline Curve Interpolation

OPEN CASCADE BSpline Curve Interpolation eryar@163.com Abstract. Global curve interpolation to point data is a way to construct curves. The paper focus on the interpolate algorithm...
OpenCASCADE AIS Manipulator-卡核

OpenCASCADE AIS Manipulator

OpenCASCADE AIS Manipulator eryar@163.com Abstract. OpenCASCADE7.1.0 introduces new built-in interactive object AIS_Manipulator providing interface for moving objects within 3...
Convert BSpline Curve to Arc Spline in OpenCASCADE-卡核

Convert BSpline Curve to Arc Spline in OpenCASCADE

Convert BSpline Curve to Arc Spline in OpenCASCADE eryar@163.com Abstract. The paper based on OpenCASCADE algorithms to approximate the NURBS curve to arc spline. The method i...
Create New Commands in Tcl-卡核

Create New Commands in Tcl

Create New Commands in Tcl eryar@163.com 摘要Abstract:Tcl/Tk脚本可以很容易实现用户自定义的命令,方便的创建图形化的用户界面GUI,所以Tcl和Tk的应用领域几乎覆盖了图形和工程应用的全部...
Qt with OpenCascade-卡核

Qt with OpenCascade

Qt with OpenCascade 摘要Abstract:详细介绍了如何在Qt中使用OpenCascade。  关键字Key Words:Qt、OpenCascade  一、引言 Introduction 1.1 Overview of Qt Qt是1991年奇趣科技开发...
C++ 应用程序性能优化-卡核

C++ 应用程序性能优化

C++ 应用程序性能优化 eryar@163.com 1. Introduction 对于几何造型内核OpenCASCADE,由于会涉及到大量的数值算法,如矩阵相关计算,微积分,Newton迭代法解方程,以及非线性优化的一些算...
OpenCASCADE 参数曲面面积-卡核

OpenCASCADE 参数曲面面积

OpenCASCADE 参数曲面面积 eryar@163.com Abstract. 本文介绍了参数曲面的第一基本公式,并应用曲面的第一基本公式,结合OpenCASCADE中计算多重积分的类,对任意参数曲面的面积进行计算。 Key W...
OpenCascade Shape Representation in OpenSceneGraph-卡核

OpenCascade Shape Representation in OpenSceneGraph

OpenCascade Shape Representation in OpenSceneGraph eryar@163.com 摘要Abstract:本文通过程序实例,将OpenCascade中的拓朴数据(边、面)离散化后在OpenSceneGraph中进行显示。有了这些离散...