Click or drag to resize

ProjectionLineToPlane Method

返回用户文档首页
计算直线在平面上的投影线

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public static Line LineToPlane(
	Line li,
	GeometricPlane plane
)

Parameters

li  Line
直线
plane  GeometricPlane
平面

Return Value

Line
投影线
See Also