SolidIntersect(LineSegment) Method |
返回用户文档首页
用一条线段对实体进行求交
Namespace: LoongCAD.STC.Friendly.SceneAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic List<Point> Intersect(
LineSegment line
)
Parameters
- line LineSegment
- 求交线段
Return Value
ListPoint交点集合
See Also