ViewMeshVerticesFormat

The mesh vertex properties.

Example

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

    -- Show vertices on the simulation mesh

app.Views["3D view 1"].Rendering.Vertices.SimulationMesh.TriangleVisible = true

Usage locations (object properties)

The following objects have properties using the ViewMeshVerticesFormat object:

Property List

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

Property Details

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