ViewFacesFormat

The view face properties.

Example

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

    -- Hide geometry faces

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

Usage locations (object properties)

The following objects have properties using the ViewFacesFormat object:

Property List

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

Property Details

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