ProjectionLineToPlane Method | 
返回用户文档首页
            计算直线在平面上的投影线
            
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic static Line LineToPlane(
	Line li,
	GeometricPlane plane
)
Parameters
- li  Line
 - 直线
 - plane  GeometricPlane
 - 平面
 
Return Value
Line投影线
See Also