ViewRenderingOptions

The view rendering properties.

Example

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

    -- Configure the model rendering to have 50% opacity

application.MainWindow.MdiArea["3D View1"].Rendering.ModelOpacity = 50

Inheritance

The ViewRenderingOptions object is derived from the CompositeValue object.

Usage locations

The ViewRenderingOptions object can be accessed from the following locations:

Property List

CoatingsVisible
Display coatings on wires and triangular mesh. (Read/Write boolean)
ColourStyle
Colouring style applied to the model. (Read/Write ViewModelColourStyleEnum)
ConnectivityVisible
Displays the model connectivity lines. Faces with unbounded edges are shown in red. (Read/Write boolean)
ModelOpacity
Model opacity as a percentage. (Read/Write number)
WindscreenLayersVisible
Displays the the individual layers of the windscreen. (Read/Write boolean)

Property Details

CoatingsVisible
Display coatings on wires and triangular mesh.
Type
boolean
Access
Read/Write
ColourStyle
Colouring style applied to the model.
Type
ViewModelColourStyleEnum
Access
Read/Write
ConnectivityVisible
Displays the model connectivity lines. Faces with unbounded edges are shown in red.
Type
boolean
Access
Read/Write
ModelOpacity
Model opacity as a percentage.
Type
number
Access
Read/Write
WindscreenLayersVisible
Displays the the individual layers of the windscreen.
Type
boolean
Access
Read/Write