Segment
Base Type: Curve
Derived Types: BezierCurve, CircularArc, EllipticArc, Line
An abstract class used to group together its derived types, providing common properties.
Property |
Type |
Description |
---|---|---|
FromPoint |
The from or beginning point of segment. | |
ToPoint |
The to or ending point of the segment. |
Remarks
A segment provides a way of getting between two endpoints.
2/28/2020