ViewMeshOutlineFormat

The view mesh 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 ViewMeshOutlineFormat object:

Property List

Visible
Enables/disables the visibility of the mesh outline. (Read/Write boolean)

Property Details

Visible
Enables/disables the visibility of the mesh outline.
Type
boolean
Access
Read/Write