码迷,mamicode.com
首页 >  
搜索关键字:opencascade    ( 75个结果
OpenCASCADE Conic to BSpline Curves-Parabola
Abstract. Rational Bezier Curve can represent conic curves such as circle, ellipse, hyperbola, .etc. But how to convert a conic curve to BSpline curve...
分类:其他好文   时间:2014-10-03 00:33:03    阅读次数:298
Building OpenCASCADE on Debian
Abstract. When you are familiar with OpenCASCADE on Windows, you should try it on Linux operating system, because of Debian is also open source like O...
分类:其他好文   时间:2014-10-01 18:27:31    阅读次数:254
linux下编译运行TIGL Viewer步骤
linux下编译运行TIGL Viewer步骤(仅为了正确编译安装的话直接跳到步骤3)1. linux发行版选择:由于linux发行版众多,不同版本包含的库版本可能存在差别,因此需要选择正确的版本。由于在openCascade推荐使用的发行版列表中,对Ubuntu比较熟悉,所以选用ubuntu。(其...
分类:系统相关   时间:2014-09-28 18:50:23    阅读次数:275
OpenCASCADE Color Scale
Abstract. The color scale is a specialized label object that displays a color map and an accompanying numerical scale for color mapped or contour data...
分类:其他好文   时间:2014-09-20 21:44:09    阅读次数:316
OpenCASCADE Rational Bezier Curves
Abstract. Although polynomials offer many advantages, there exist a number of important curve and surface types which cannot be represented precisely ...
分类:其他好文   时间:2014-09-19 20:52:26    阅读次数:405
OpenCASCADE Gauss Integration
Abstract. Numerical integration is the approximate computation of an integral using numerical techniques. The numerical computation of an integral is ...
分类:其他好文   时间:2014-09-11 22:19:42    阅读次数:362
OpenCASCADE Documentation System
Abstract. Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programmin...
分类:其他好文   时间:2014-09-10 23:43:11    阅读次数:282
OpenCASCADE Curve Length Calculation
Abstract. The natural parametric equations of a curve are parametric equations that represent the curve in terms of a coordinate-independent parameter...
分类:其他好文   时间:2014-08-25 22:34:44    阅读次数:298
opencascade计算点到特征线的距离应该注意的问题
经常会遇到要求点到曲线的距离的问题,在运用opencascade计算点到曲线和曲面的距离常用的两个类是: Extrema_ExtPC, Extrema_ExtPS 一般做法是先构造曲线特征:(构造了Wire拓扑边) TopoDS_Wire w = BRepBuilderAPI_MakePolygon( gp_Pnt(0,0,0), gp_Pnt(10,0,0), gp_Pn...
分类:其他好文   时间:2014-08-21 17:18:34    阅读次数:338
OpenCascade Chinese Text Rendering
Abstract. OpenCascade uses advanced text rendering powered by FTGL library. The FreeType provides vector text rendering, as a result the text can be r...
分类:其他好文   时间:2014-08-17 15:32:42    阅读次数:311
75条   上一页 1 ... 5 6 7 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!