MeshCurvilinearSegmentWire

A mesh entity representing a wire meshed using 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

    -- Get one of the 'MeshCurvilinearWire's in the mesh
    
meshCurvilinearWireSegment = mesh.CurvilinearSegmentWires[1]

    -- Query the label

label = meshCurvilinearWireSegment.Label

Inheritance

The MeshCurvilinearSegmentWire object is derived from the MeshEntity object.

Property List

CurvilinearSegments
The collection of mesh segments that form the mesh wire. (Read only MeshCurvilinearSegments)
Label
The object label. (Read only string)
Type
The object type string. (Read only string)

Property Details

CurvilinearSegments
The collection of mesh segments that form the mesh wire.
Type
MeshCurvilinearSegments
Access
Read only
Label
The object label.
Type
string
Access
Read only
Type
The object type string.
Type
string
Access
Read only