SplineVertex Class |
Namespace: DXFReaderNET.Entities
The SplineVertex type exposes the following members.
Name | Description | |
---|---|---|
SplineVertex(Vector2) |
Initializes a new instance of the SplineVertex class.
| |
SplineVertex(Vector3) |
Initializes a new instance of the SplineVertex class.
| |
SplineVertex(Vector2, Double) |
Initializes a new instance of the SplineVertex class.
| |
SplineVertex(Vector3, Double) |
Initializes a new instance of the SplineVertex class.
| |
SplineVertex(Double, Double, Double) |
Initializes a new instance of the SplineVertex class.
| |
SplineVertex(Double, Double, Double, Double) |
Initializes a new instance of the SplineVertex class.
|
Name | Description | |
---|---|---|
Position |
Get or sets the spline control point vertex coordinates.
| |
Weigth |
Gets or sets the weight of the spline control point.
|
Name | Description | |
---|---|---|
Clone |
Creates a new Spline that is a copy of the current instance.
| |
ToString |
Obtains a string that represents the spline vertex.
(Overrides ObjectToString.) | |
ToString(IFormatProvider) |
Obtains a string that represents the spline vertex.
|