ArgData

API Reference > 0.21 > TrackObjectShapeReferencePoint

TrackObjectShapeReferencePoint Class

The TrackObjectShapeReferencePoint class represents a 3D point that is defined by using references to other previously defined X and Y coordinates, but with a separate Z value.

Namespace: ArgData.Entities

Constructors

Name Description
TrackObjectShapeReferencePoint(TrackObjectShape shape) Initializes an instance of a TrackObjectShapeReferencePoint.
shape: Related TrackObjectShape.

Properties

Name Description
PointIndex Gets or sets the index of the other point that this point uses for X and Y coordinates.
X Gets the actual X point coordinate using the referenced value.
Y Gets the actual Y point coordinate using the referenced value.
Z Gets the Z point coordinate.

Methods

Name Description
GetBytes() Returns the bytes that represent the point in the track file.