LineCurve Constructor |
| Name | Description | |
|---|---|---|
| LineCurve |
Initializes a new instance of the LineCurve class.
| |
| LineCurve(Line) | ||
| LineCurve(LineCurve) |
Initializes a new instance of the LineCurve class, by
copying values from another linear curve.
| |
| LineCurve(Point2d, Point2d) | ||
| LineCurve(Point3d, Point3d) | ||
| LineCurve(SerializationInfo, StreamingContext) |
Protected constructor used in serialization.
| |
| LineCurve(Line, Double, Double) |