ViewMeshVolumesFormat

The mesh volume properties.

Example

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

    -- Hide the volume of simulation meshes

app.Views["3D view 1"].Rendering.Volumes.SimulationMesh.TetrahedraVisible = false

Usage locations (object properties)

The following objects have properties using the ViewMeshVolumesFormat object:

Property List

TetrahedraVisible
Enables/disables the visibility of the mesh tetrahedra volumes. (Read/Write boolean)

Property Details

TetrahedraVisible
Enables/disables the visibility of the mesh tetrahedra volumes.
Type
boolean
Access
Read/Write