Click or drag to resize
IGeCurveComplexCurveSegments Property
Returns curve segments constituting this curve.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
GeCurveSegmentCollection CurveSegments { get; }

Property Value

Type: GeCurveSegmentCollection

Return Value

Type: GeCurveSegmentCollection
Similar to AutoCAD Explode method, "explodes" a curve into segments. In case curve cannot get exploded, returns empty set.
Remarks