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
The MeshWiresFormat object can be accessed from the following locations:
- Properties
- MeshRendering object has property Wires.
Property List
- Segments
- The mesh wire segments properties. (Read/Write MeshSegmentsFormat)
Property Details
- Segments
- The mesh wire segments properties.
- Type
- MeshSegmentsFormat
- Access
- Read/Write