API Reference > 0.21 > TrackObjectShapeScalePoint
TrackObjectShapeScalePoint Class
Represents a 3D point that uses the scale values to define its X, Y and Z coordinates.
Namespace: ArgData.Entities
Constructors
| Name | Description |
|---|---|
| TrackObjectShapeScalePoint(TrackObjectShape shape) | Initializes an instance of a TrackObjectShapeScalePoint. shape: Related TrackObjectShape. |
Properties
| Name | Description |
|---|---|
| X | Gets the actual X point coordinate using the scale value index. |
| XIsNegative | Gets or sets whether the X coordinate value is positive or negative. |
| XScaleValueIndex | Gets or sets the index of the scale value to use for the X coordinate. |
| Y | Gets the actual Y point coordinate using the scale value index. |
| YIsNegative | Gets or sets whether the Y coordinate value is positive or negative. |
| YScaleValueIndex | Gets or sets the index of the scale value to use for the Y coordinate. |
| Z | Gets or sets the value of the Z coordinate. |
Methods
| Name | Description |
|---|---|
| GetBytes() | Returns the bytes that represent the point in the track file. |