ViewMeshWiresFormat

The mesh wire properties.

Example

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

    -- Show vertices on the simulation mesh

app.Views["3D view 1"].Rendering.Wires.SimulationMesh.VerticesVisible = true

Usage locations (object properties)

The following objects have properties using the ViewMeshWiresFormat object:

Property List

LinesVisible
Enables/disables the visibility of mesh segment lines. (Read/Write boolean)
SurfacesVisible
Enables/disables the visibility of mesh segment surfaces. (Read/Write boolean)
VerticesVisible
Enables/disables the visibility of mesh segment vertices. (Read/Write boolean)

Property Details

LinesVisible
Enables/disables the visibility of mesh segment lines.
Type
boolean
Access
Read/Write
SurfacesVisible
Enables/disables the visibility of mesh segment surfaces.
Type
boolean
Access
Read/Write
VerticesVisible
Enables/disables the visibility of mesh segment vertices.
Type
boolean
Access
Read/Write