Solid Class |
public sealed class Solid
The Solid type exposes the following members.
Name | Description | |
---|---|---|
![]() | Edges | 获取边集合 |
![]() | Faces | 获取面集合 |
![]() | MaximumPoint | 实体包围盒最小点 |
![]() | MinimumPoint | 实体包围盒最大点 |
![]() | Triangles | 三角形集合 |
![]() | Vertices | 获取顶点集合 |
Name | Description | |
---|---|---|
![]() | GetAllIntersectionPoints | 获得实体与三点构成的平面的所有交点 |
![]() | GetCutPart | 获取当前实体去除给定实体boolean后的Shell集合 |
![]() | GetEdgeEnumerator | 获取边集合的迭代器 |
![]() | GetFaceEnumerator | 获取面集合的迭代器 |
![]() | GetTriangleEnumerator | 获取三角形集合的迭代器 |
![]() | GetVertexEnumerator | 获取顶点集合的迭代器 |
![]() | Intersect(LineSegment) | 用一条线段对实体进行求交 |
![]() | Intersect(Point, Point) | 用一条线段对实体进行求交 |
![]() | Intersect(Point, Point, ListPoint) | 用一条线段对实体进行求交 |
![]() | Intersect(Point, Point, ListDouble) | 用一条线段对实体进行求交 |
![]() | IntersectAllFaces | 获得实体与三点构成的平面相交产生的所有切面 |
![]() | IsValid | 当前实体是否有效 |