ViewMeshEdgesFormat

The mesh edge properties.

Example

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

    -- Hides triangles of the simulation mesh

app.Views["3D view 1"].Rendering.Edges.SimulationMesh.TriangleVisible = false

Usage locations (object properties)

The following objects have properties using the ViewMeshEdgesFormat object:

Property List

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

Property Details

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