IntersectionLineSegmentToPlane(LineSegment, GeometricPlane) Method |
返回用户文档首页
判断线段与平面的交点
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic static Point LineSegmentToPlane(
LineSegment line,
GeometricPlane plane
)
Parameters
- line LineSegment
- 线段
- plane GeometricPlane
- 平面
Return Value
Point若有交点返回交点,若平行或无交点返回null
See Also