AnyCAD Rapid API 2026
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Simulate.MeshTool类 参考

MeshTool三角网格相关算法 更多...

类 AnyCAD.Simulate.MeshTool 继承关系图:

Public 成员函数

 MeshTool (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
void Dispose ()
 

静态 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)
 根据Mesh构造其线框模式
 

详细描述

MeshTool三角网格相关算法

Group: QuickSolid

成员函数说明

◆ ComputeSection()

static BufferGeometry AnyCAD.Simulate.MeshTool.ComputeSection ( BufferGeometry mesh,
Plane plane,
float pointTol,
float minSegment )
static

计算平面与网格的相交线

参数
mesh三角网格
plane平面
pointTol点误差
minSegment最小边长
返回

◆ CreateWireframe()

static BufferGeometry AnyCAD.Simulate.MeshTool.CreateWireframe ( BufferGeometry mesh)
static

根据Mesh构造其线框模式

参数
mesh三角形网格
返回
线框模式