Property PositionZ
PositionZ
Position on the Z axis (altitude) of the object (of the bottom or of the top of the object bounding box, depending on OnOrUnder property for the object), in scene measurement units.
Declaration
public double PositionZ { get; set; }
Property Value
Type | Description |
---|---|
double |
Remarks
This position depends on OnOrUnder property
of the object. If OnOrUnder == AltitudeType.Under
, the
position references the top of the object's bounding box. If
OnOrUnder == AltitudeType.On
the it references the
bottom.
A value of 0 means the position is located at the bottom face of the dotted green parallelepiped representing the scene dimensions.