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

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public virtual 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.

Implements

IGeCurveComplexCurveSegments
Remarks