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 (object properties)
The following objects have properties using the MeshSegments object:
Property List
Index List
- [number]
- Returns the Segment at the given index. (Read MeshSegment)