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