ViewWiresFormat

The view 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 ViewWiresFormat object:

Property List

ModelMesh
The model mesh volumes properties. (Read/Write ViewMeshWiresFormat)
SimulationMesh
The simulation mesh volumes properties. (Read only ViewMeshWiresFormat)
VoxelLinesVisible
Enables/disables the visibility of the voxel mesh wire lines. (Read/Write boolean)
VoxelSurfacesVisible
Enables/disables the visibility of the voxel mesh wire surface. (Read/Write boolean)

Property Details

ModelMesh
The model mesh volumes properties.
Type
ViewMeshWiresFormat
Access
Read/Write
SimulationMesh
The simulation mesh volumes properties.
Type
ViewMeshWiresFormat
Access
Read only
VoxelLinesVisible
Enables/disables the visibility of the voxel mesh wire lines.
Type
boolean
Access
Read/Write
VoxelSurfacesVisible
Enables/disables the visibility of the voxel mesh wire surface.
Type
boolean
Access
Read/Write