Click or drag to resize

SolidIntersect(LineSegment) Method

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

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

Parameters

line  LineSegment
求交线段

Return Value

ListPoint
交点集合
See Also