MeshCurvilinearSegments
The list of mesh curvilinear segments.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Helix_dipole.fek]]) sConf = app.Models["Helix_dipole"].Configurations[1] mesh = sConf.Mesh meshCurvilinearWireSegment = mesh.CurvilinearSegmentWires[1] -- Get the 'MeshCurvilinearSegments' from the 'MeshCurvilinearWireSegment' meshCurvilinearSegments = meshCurvilinearWireSegment.CurvilinearSegments -- Query the number of segments in the collection numberOfSegments = meshCurvilinearSegments.Count
Usage locations
The MeshCurvilinearSegments object can be accessed from the following locations:
- Properties
- MeshCurvilinearSegmentWire object has property CurvilinearSegments.
Property List
Index List
- [number]
- Returns the CurvilinearSegment at the given index. (Read MeshCurvilinearSegment)