Click or drag to resize

Polycurve Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  LoongCAD.Geometry.FriendlyPolycurve

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntax
C#
public class Polycurve : IEnumerable<ICurve>, 
	IEnumerable, ICurve

The Polycurve type exposes the following members.

Constructors
 NameDescription
Public methodPolycurveInitializes a new instance of the Polycurve class
Public methodPolycurve(ICurve)Initializes a new instance of the Polycurve class
Public methodPolycurve(PolyLine)Initializes a new instance of the Polycurve class
Top
Properties
 NameDescription
Public propertyCurves 
Public propertyEndPoint 
Public propertyStartPoint 
Top
Methods
 NameDescription
Public methodClone 
Public methodGetEnumerator 
Top
See Also