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

静态 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
三角网格相关算法

成员函数说明

◆ ComputeSection()

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

计算平面与网格的相交线

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

◆ CreateWireframe()

static BufferGeometry MeshTool.CreateWireframe ( BufferGeometry mesh)
static

根据Mesh构造其线框模式

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