SolidGetAllIntersectionPoints 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> GetAllIntersectionPoints(
Point point1,
Point point2,
Point point3
)
Parameters
- point1 Point
- 平面上第一点
- point2 Point
- 平面上第二点
- point3 Point
- 平面上第三点
Return Value
ListPoint交点集合
See Also