Axes3DFormat

The 3D plot local coordinate axis properties.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]])
farField = app.Views[1].Plots:Add(app.Models[1].Configurations[1].FarFields[1])

    -- Show local axis    

farField.LocalCoordAxes.Visible = true

Usage locations (object properties)

The following objects have properties using the Axes3DFormat object:

Property List

Visible
Specifies whether the local coordinate axes must be shown or hidden for the 3D plot. (Read/Write boolean)

Property Details

Visible
Specifies whether the local coordinate axes must be shown or hidden for the 3D plot.
Type
boolean
Access
Read/Write