Click or drag to resize

Solid Methods

返回用户文档首页

The Solid type exposes the following members.

Methods
 NameDescription
Public methodGetAllIntersectionPoints 获得实体与三点构成的平面的所有交点
Public methodGetCutPart 获取当前实体去除给定实体boolean后的Shell集合
Public methodGetEdgeEnumerator 获取边集合的迭代器
Public methodGetFaceEnumerator 获取面集合的迭代器
Public methodGetTriangleEnumerator 获取三角形集合的迭代器
Public methodGetVertexEnumerator 获取顶点集合的迭代器
Public methodIntersect(LineSegment) 用一条线段对实体进行求交
Public methodIntersect(Point, Point) 用一条线段对实体进行求交
Public methodIntersect(Point, Point, ListPoint) 用一条线段对实体进行求交
Public methodIntersect(Point, Point, ListDouble) 用一条线段对实体进行求交
Public methodIntersectAllFaces 获得实体与三点构成的平面相交产生的所有切面
Public methodIsValid 当前实体是否有效
Top
See Also