MeshWiresFormat

The mesh wires properties.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.fek]])
view = app.Views[1]

    -- Show the vertices of the wire segments

view.MeshRendering.Wires.Segments.VerticesVisible = true


Usage locations (object properties)

The following objects have properties using the MeshWiresFormat object:

Property List

CoatingsVisible
Display wire coatings. (Read/Write boolean)
Segments
The mesh wire segments properties. (Read/Write MeshSegmentsFormat)

Property Details

CoatingsVisible
Display wire coatings.
Type
boolean
Access
Read/Write
Segments
The mesh wire segments properties.
Type
MeshSegmentsFormat
Access
Read/Write