IScene3DCoordinates.UseNumericAxes

Syntax

UseNumericAxes: Boolean;

Description

The UseNumericAxes property determines whether non-numeric values are displayed for axes.

Comments

The property is applied to all coordinate axes at the same time.

If the property is set to True, numeric point values are displayed on the axes. If the property is set to False, the values specified in the NonnumericValueX, NonnumericValueY and NonnumericValueZ properties are displayed for the axes.

The property is set to True by default.

See also:

IScene3DCoordinates | IScene3DCoordinates.NonnumericValueX | IScene3DCoordinates.NonnumericValueY | IScene3DCoordinates.NonnumericValueZ