排序
PythonOCC基础使用:建模——矩阵变换(平移/旋转/缩放/镜像)
此处特别感谢小昌做出的贡献! 1.平移 效果图: from OCC.Core.BRepPrimAPI import BRepPrimAPI_MakeCone from OCC.Core.TopLoc import TopLoc_Location from OCC.Core.TopoDS impo...
PythonOCC基础使用:建模——二维草图(线/任意/圆弧/圆/椭圆/三角形/矩形/任意多边形/双曲线/抛物线)
实现的国产云端CAD www.yuntucad.com 圆形 from OCC.Core.GC import GC_MakeCircle from OCC.Core.gp import gp_Pnt from OCC.Core.gp import gp_Ax2,gp_Dir from OCC.Display.OCCViewer import...
九韶内核:拓扑结构的构建
MakeShape快捷创建拓扑结构是一项基础需求,而 AMCAX::MakeVertex、AMCAX::MakeEdge、AMCAX::MakeWire、AMCAX::MakeFace 等提供了不同拓扑结构的快捷创建方式,这是极为常用且重要的功能。MakeV...
卡核推荐:深入剖析三维几何内核(9)–未来发展趋势
本文原文:多物理场仿真技术 本来打算在系列9中介绍属性关系等相关计算。 这一块其实也是三维几何内核的一个基础内容,它包括了线线, 线面,面面,线面实体的各种位置关系(重合,包含,...
OpenCASCADE编码规范-内存对齐
OpenCASCADE编码规范-内存对齐 eryar@163.com 在OpenCASCADE 的编码规范Coding Rules中提到了一条与性能相关的规范,那就是类的内存对齐要求,特别是intel的机器。 对应的编码的要求就是...
OpenCASCADE 投影生成PCurve
OpenCASCADE 投影生成PCurve eryar@163.com Abstract: Geometry Curves and Surfaces in BRep are parametric equations. So given a parametric space curve and a geometry surface can map t...
Topology and Geometry in OpenCascade-Vertex
Topology and Geometry in OpenCascade-Vertex eryar@163.com 摘要Abstract:本文简要介绍了几何造型中的边界表示法(BRep),并结合程序说明OpenCascade中的边界表示的具体实现,即拓朴与几何...
解析几何求交之直线与二次曲面
解析几何求交之直线与二次曲面 eryar@163.com Abstract. OpenCASCADE provides the analytic intersection between a conic and a quadric in the package IntAna. Key Words. Analytic ...
OpenCASCADE PCurve of Topological Face
OpenCASCADE PCurve of Topological Face eryar@163.com Abstract. OpenCASCADE provides a class BRepBuilderAPI_MakeFace to build topological faces. A face maybe built from a surface, e...
A Simple OpenGL Shader Example II
A Simple OpenGL Shader Example II eryar@163.com Abstract. The OpenGL Shading Language syntax comes from the C family of programming languages. Tokes, identifiers, semicolons, nesti...
OpenCASCADE DataExchange DWG
OpenCASCADE DataExchange DWG eryar@163.com Abstract. DWG is a file format created in the 70’s for the emerging CAD applications. Currently it is the native file format of AutoCAD,...
清华笔记:计算共形几何讲义 (23)离散曲面曲率流 (Discrete Surface Ricci Flow)V
前面我们介绍了离散曲面的曲率流理论,曲面上配备着欧氏度量带有奇异点。这次,我们介绍双曲离散曲面的曲率流理论。对于欧拉示性数为负的曲面,其单值化度量自然是双曲度量。双曲度量具有非常多...











