Shell Class |
public sealed class Shell
The Shell type exposes the following members.
Name | Description | |
---|---|---|
![]() | Edges | 获取边集合 |
![]() | Faces | 获取面集合 |
![]() | MaximumPoint | 实体包围盒最小点 |
![]() | MinimumPoint | 实体包围盒最大点 |
![]() | Triangles | 三角形集合 |
![]() | Vertices | 获取顶点集合 |
Name | Description | |
---|---|---|
![]() | GetEdgeEnumerator | 获取边集合的迭代器 |
![]() | GetFaceEnumerator | 获取面集合的迭代器 |
![]() | GetTriangleEnumerator | 获取三角形集合的迭代器 |
![]() | GetVertexEnumerator | 获取顶点集合的迭代器 |
![]() | Intersect(LineSegment) | 用一条线段对实体进行求交 |
![]() | Intersect(Point, Point) | 用一条线段对实体进行求交 |
![]() | Intersect(Point, Point, ListPoint) | 用一条线段对实体进行求交 |
![]() | Intersect(Point, Point, ListDouble) | 用一条线段对实体进行求交 |