Click or drag to resize

Shell Class

返回用户文档首页
多边形组成的独立闭包体
Inheritance Hierarchy
SystemObject
  LoongCAD.Geometry.FriendlyShell

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public sealed class Shell

The Shell type exposes the following members.

Properties
 NameDescription
Public propertyEdges 获取边集合
Public propertyFaces 获取面集合
Public propertyMaximumPoint 实体包围盒最小点
Public propertyMinimumPoint 实体包围盒最大点
Public propertyTriangles 三角形集合
Public propertyVertices 获取顶点集合
Top
Methods
 NameDescription
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) 用一条线段对实体进行求交
Top
See Also