ViewDisplayMode

The view display mode properties.

Example

application = cf.Application.getInstance()
project = application:Load({FEKO_HOME..[[/shared/Resources/Automation/multiple_configurations.cfx]]})

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

application.MainWindow.MdiArea["3D View1"].DisplayMode.OverlayModeEnabled = false

Inheritance

The ViewDisplayMode object is derived from the CompositeValue object.

Usage locations

The ViewDisplayMode object can be accessed from the following locations:

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