ViewVolumesFormat

The view volume properties.

Example

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

    -- Hide the volume of geometry

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

Usage locations (object properties)

The following objects have properties using the ViewVolumesFormat object:

Property List

GeometryVisible
Enables/disables the visibility of the geometry model volumes. (Read/Write boolean)
ModelMesh
The model mesh volumes properties. (Read/Write ViewMeshVolumesFormat)
SimulationMesh
The simulation mesh volumes properties. (Read only ViewMeshVolumesFormat)
VoxelVisible
Enables/disables the visibility of the voxel mesh volumes. (Read/Write boolean)

Property Details

GeometryVisible
Enables/disables the visibility of the geometry model volumes.
Type
boolean
Access
Read/Write
ModelMesh
The model mesh volumes properties.
Type
ViewMeshVolumesFormat
Access
Read/Write
SimulationMesh
The simulation mesh volumes properties.
Type
ViewMeshVolumesFormat
Access
Read only
VoxelVisible
Enables/disables the visibility of the voxel mesh volumes.
Type
boolean
Access
Read/Write