AnyCAD Rapid API 2024
Help you to create a better world!
|
静态 Public 成员函数 | |
static BufferGeometry | ComputeSection (BufferGeometry mesh, Plane plane, float pointTol, float minSegment) |
static BufferGeometry | ComputeSection (BufferGeometry mesh, float z, float pointTol, float minSegment) |
static BufferGeometry | CreateWireframe (BufferGeometry mesh) |
<> MeshTool
三角网格相关算法
|
static |
计算平面与网格的相交线
mesh | 三角网格 |
plane | 平面 |
pointTol | 点误差 |
minSegment | 最小边长 |
|
static |
根据Mesh构造其线框模式
mesh | 三角形网格 |