ViewDisplayMode

The view display mode properties.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/multiple_configurations.cfx]])

    -- Change the display to show only the geometry without overlaying the mesh

app.Views["3D view 1"].DisplayMode.OverlayModeEnabled = false

Usage locations (object properties)

The following objects have properties using the ViewDisplayMode object:

Property List

ArraysVisible
Enables/disables the visibility of the antenna array elements. The antenna array base element is indicated with green hatching. (Read/Write boolean)
Mode
The 3D view model display mode. (Read/Write ViewDisplayModeEnum)
OverlayModeEnabled
Enables/disables the overlay display. The Mode determines the primary display mode. The overlay will render the unselected display mode with transparency. (Read/Write boolean)

Property Details

ArraysVisible
Enables/disables the visibility of the antenna array elements. The antenna array base element is indicated with green hatching.
Type
boolean
Access
Read/Write
Mode
The 3D view model display mode.
Type
ViewDisplayModeEnum
Access
Read/Write
OverlayModeEnabled
Enables/disables the overlay display. The Mode determines the primary display mode. The overlay will render the unselected display mode with transparency.
Type
boolean
Access
Read/Write