OBBIntersectionPointsWith(LineSegment) Method |
返回用户文档首页
包围盒与线段求交点
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic Point[] IntersectionPointsWith(
LineSegment line
)
Parameters
- line LineSegment
- 线段
Return Value
Point交点数组
See Also