View3DAxesFormat

The view 3D axes properties.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Configure the axes tick marks using using 'View3DAxesFormat'

view = app.Views["3D view 1"]
view.Axes.TickMarksVisible = true

Usage locations (object properties)

The following objects have properties using the View3DAxesFormat object:

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)
WorkplaneGridVisible
Displays the workplane grid for the 3D view if the workplane is visible. (Read/Write boolean)
WorkplaneVisible
Displays the work plane 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
WorkplaneGridVisible
Displays the workplane grid for the 3D view if the workplane is visible.
Type
boolean
Access
Read/Write
WorkplaneVisible
Displays the work plane for the 3D view.
Type
boolean
Access
Read/Write