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:

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)

Property Details

MainVisible
Displays the main axes for the 3D view.
Type
boolean
Access
Read/Write
MiniVisible
Displays the mini axes for the 3D view.
Type
boolean
Access
Read/Write
TickMarksVisible
Displays the main axes tick marks for the 3D view.
Type
boolean
Access
Read/Write