Click or drag to resize

SolidIntersectAllFaces Method

返回用户文档首页
获得实体与三点构成的平面相交产生的所有切面

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public List<List<List<Point>>> IntersectAllFaces(
	Point point1,
	Point point2,
	Point point3
)

Parameters

point1  Point
point2  Point
point3  Point

Return Value

ListListListPoint
切面序列
Remarks
每个切面内第一个顶点序列为切面外边界, 后续顶点序列为内部孔洞边界
See Also