ViewVerticesFormat

The view vertex properties.

Example

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

    -- Show vertices on geometry

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

Usage locations (object properties)

The following objects have properties using the ViewVerticesFormat object:

Property List

GeometryVisible
Enables/disables the visibility of the geometry model vertices. (Read/Write boolean)
ModelMesh
The model mesh vertices properties. (Read/Write ViewMeshVerticesFormat)
SimulationMesh
The simulation mesh vertices properties. (Read only ViewMeshVerticesFormat)

Property Details

GeometryVisible
Enables/disables the visibility of the geometry model vertices.
Type
boolean
Access
Read/Write
ModelMesh
The model mesh vertices properties.
Type
ViewMeshVerticesFormat
Access
Read/Write
SimulationMesh
The simulation mesh vertices properties.
Type
ViewMeshVerticesFormat
Access
Read only