Click or drag to resize
DigitalRunePathFigure3FSegments Property
Gets the curve segments.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public PathSegment3FCollection Segments { get; }

Property Value

Type: PathSegment3FCollection
The curve segments.
Remarks
Curve segments need to be added to the Segments collection. A curve segment is any object that implements ICurve<float, Vector3F>. Examples: LineSegment3F, BezierSegment3F, Path3F, etc.
See Also