ViewRendering

The view rendering properties.

Example

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

    -- Configure the model rendering to have 50% opacity

app.Views["3D view 1"].Rendering.ModelOpacity = 50

Usage locations (object properties)

The following objects have properties using the ViewRendering object:

Property List

CoatingsVisible
Display coatings on wires and triangular mesh. (Read/Write boolean)
ColourOption
Colouring option applied to the model. (Read/Write ModelColouringOptionsEnum)
ConnectivityVisible
Displays the model connectivity lines. Faces with unbounded edges are shown in red. (Read/Write boolean)
Edges
The view edges properties. (Read/Write ViewEdgesFormat)
Faces
The view faces properties. (Read/Write ViewFacesFormat)
ModelOpacity
Model opacity as a percentage. (Read/Write number)
Outline
The view outline properties. (Read/Write ViewOutlineFormat)
Vertices
The view vertices properties. (Read/Write ViewVerticesFormat)
Volumes
The view volumes properties. (Read/Write ViewVolumesFormat)
VoxelGridVisible
Display voxel mesh grid. (Read/Write boolean)
WindscreenLayersVisible
Displays the the individual layers of the windscreen. (Read/Write boolean)
Wires
The view wires properties. (Read/Write ViewWiresFormat)

Property Details

CoatingsVisible
Display coatings on wires and triangular mesh.
Type
boolean
Access
Read/Write
ColourOption
Colouring option applied to the model.
Type
ModelColouringOptionsEnum
Access
Read/Write
ConnectivityVisible
Displays the model connectivity lines. Faces with unbounded edges are shown in red.
Type
boolean
Access
Read/Write
Edges
The view edges properties.
Type
ViewEdgesFormat
Access
Read/Write
Faces
The view faces properties.
Type
ViewFacesFormat
Access
Read/Write
ModelOpacity
Model opacity as a percentage.
Type
number
Access
Read/Write
Outline
The view outline properties.
Type
ViewOutlineFormat
Access
Read/Write
Vertices
The view vertices properties.
Type
ViewVerticesFormat
Access
Read/Write
Volumes
The view volumes properties.
Type
ViewVolumesFormat
Access
Read/Write
VoxelGridVisible
Display voxel mesh grid.
Type
boolean
Access
Read/Write
WindscreenLayersVisible
Displays the the individual layers of the windscreen.
Type
boolean
Access
Read/Write
Wires
The view wires properties.
Type
ViewWiresFormat
Access
Read/Write