Click or drag to resize

PolyLine Class

返回用户文档首页
多段线
Inheritance Hierarchy
SystemObject
  LoongCAD.Geometry.FriendlyPolyLine

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public class PolyLine

The PolyLine type exposes the following members.

Constructors
 NameDescription
Public methodPolyLine 创建一个空多线段
Public methodPolyLine(IEnumerablePoint) 给定一系列顶点创建多线段
Top
Properties
 NameDescription
Public propertyPoints 获取顶点序列
Top
Methods
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodLength 获取多线段长度
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PolyLine, PolyLine) 支持 == 操作符
Public operatorStatic memberInequality(PolyLine, PolyLine) 支持 != 操作符
Top
See Also