Click or drag to resize

Solid Class

返回用户文档首页
多边形组成的实体基类
Inheritance Hierarchy
SystemObject
  LoongCAD.Geometry.FriendlySolid

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

The Solid type exposes the following members.

Properties
 NameDescription
Public propertyEdges 获取边集合
Public propertyFaces 获取面集合
Public propertyMaximumPoint 实体包围盒最小点
Public propertyMinimumPoint 实体包围盒最大点
Public propertyTriangles 三角形集合
Public propertyVertices 获取顶点集合
Top
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