ViewMeshFacesFormat

The mesh face properties.

Example

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

    -- Show simulation mesh face normals

app.Views["3D view 1"].Rendering.Faces.SimulationMesh.NormalsVisible = true

Usage locations (object properties)

The following objects have properties using the ViewMeshFacesFormat object:

Property List

NormalsVisible
Enables/disables the visibility of the mesh normals. (Read/Write boolean)
TetrahedraVisible
Enables/disables the visibility of the mesh tetrahedra faces. (Read/Write boolean)
TriangleVisible
Enables/disables the visibility of the mesh triangle faces. (Read/Write boolean)

Property Details

NormalsVisible
Enables/disables the visibility of the mesh normals.
Type
boolean
Access
Read/Write
TetrahedraVisible
Enables/disables the visibility of the mesh tetrahedra faces.
Type
boolean
Access
Read/Write
TriangleVisible
Enables/disables the visibility of the mesh triangle faces.
Type
boolean
Access
Read/Write