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
The Axes3DFormat object can be accessed from the following locations:
- Properties
- FarField3DPlot object has property LocalCoordAxes.
- NearField3DPlot object has property LocalCoordAxes.
Property List
Property Details
- Visible
- Specifies whether the local coordinate axes must be shown or hidden for the 3D plot.
- Type
- boolean
- Access
- Read/Write