Click or drag to resize

ShellIntersect(LineSegment) Method

返回用户文档首页
用一条线段对实体进行求交

Namespace: LoongCAD.STC.Friendly.Solid
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public List<Point> Intersect(
	LineSegment line
)

Parameters

line  LineSegment
求交线段

Return Value

ListPoint
交点集合
See Also