View3DAxesFormat
The view 3D axes properties.
Example
application = cf.Application.getInstance() project = application:NewProject() -- Configure the axes tick marks using using 'View3DAxesFormat' view = application.MainWindow.MdiArea["3D View1"] view.Axes.TickMarksVisible = true
Inheritance
The View3DAxesFormat object is derived from the CompositeValue object.
Usage locations
The View3DAxesFormat object can be accessed from the following locations:
- Methods
- View3DAxesFormatList object has method Append().
- View3DAxesFormatList object has method Get(number).
Property List
- MainVisible
- Displays the main axes for the 3D view. (Read/Write boolean)
- MiniVisible
- Displays the mini axes for the 3D view. (Read/Write boolean)
- TickMarksVisible
- Displays the main axes tick marks for the 3D view. (Read/Write boolean)