Click or drag to resize

PolyLine(IEnumerablePoint) Constructor

返回用户文档首页
给定一系列顶点创建多线段

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public PolyLine(
	IEnumerable<Point> points
)

Parameters

points  IEnumerablePoint
顶点序列
See Also