Click or drag to resize

CurveChainerChain Method

返回用户文档首页
尝试把线段连接为折线

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntax
C#
public static List<PolyLine> Chain(
	IList<LineSegment> segments,
	double tolerance = 0.001
)

Parameters

segments  IListLineSegment
原始线段
tolerance  Double  (Optional)
合并容差

Return Value

ListPolyLine
See Also