Click or drag to resize

ProjectionLineSegmentToPlane Method

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

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

Parameters

li  LineSegment
线段
plane  GeometricPlane
平面

Return Value

LineSegment
投影线段
See Also