MeshCylinders

The list of mesh cylinders.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Infinite_Cylinder_a.fek]])
mesh = app.Models["Infinite_Cylinder_a"].Configurations[1].Mesh

    -- Get the number of 'Cylinders' contained the 'UnmeshedCylinderRegions'.

count = mesh.UnmeshedCylinderRegions[1].Cylinders.Count

Usage locations (object properties)

The following objects have properties using the MeshCylinders object:

Property List

Count
The number of cylinders in the mesh entity. (Read only number)
Type
The object type string. (Read only string)

Index List

[number]
Returns the Cylinder at the given index. (Read MeshCylinder)

Property Details

Count
The number of cylinders in the mesh entity.
Type
number
Access
Read only
Type
The object type string.
Type
string
Access
Read only