OBBIntersectionWith(Line) Method | 
返回用户文档首页
            计算包围盒与直线的相交部分
            
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic LineSegment IntersectionWith(
	Line line
)
Parameters
- line  Line
 - 直线
 
Return Value
LineSegment交线部分
See Also