Polyline |
public struct PolylinePointD3D
The PolylinePointD3D type exposes the following members.
| Name | Description | |
|---|---|---|
| PolylinePointD3D | Initializes a new instance of the PolylinePointD3D struct. |
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) | |
| WithPosition | Returns a copy of this polyline point with the specified position. |
| Name | Description | |
|---|---|---|
| ForwardVector | Forward vector at this polyline point. | |
| NorthVector | North vector at this polyline point. | |
| Position | Position of this polyline point. | |
| WestVector | West vector at this polyline point. |