ViewOutlineFormat

The view outline properties.

Example

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

    -- Hide the simulation mesh outline

app.Views["3D view 1"].Rendering.Outline.SimulationMesh.Visible = false

Usage locations (object properties)

The following objects have properties using the ViewOutlineFormat object:

Property List

ModelMesh
The model mesh outline properties. (Read/Write ViewMeshOutlineFormat)
SimulationMesh
The simulation mesh outline properties. (Read only ViewMeshOutlineFormat)

Property Details

ModelMesh
The model mesh outline properties.
Type
ViewMeshOutlineFormat
Access
Read/Write
SimulationMesh
The simulation mesh outline properties.
Type
ViewMeshOutlineFormat
Access
Read only