MeshSegments
The list of mesh segments.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.fek]]) mesh = app.Models["Dipole_Example"].Configurations[1].Mesh -- Get the number of 'MeshSegments' contained the 'MeshSegmentWire'. count = mesh.SegmentWires[1].Segments.Count
Usage locations
The MeshSegments object can be accessed from the following locations:
- Properties
- MeshSegmentWire object has property Segments.
Property List
Index List
- [number]
- Returns the Segment at the given index. (Read MeshSegment)