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
The MeshCylinders object can be accessed from the following locations:
- Properties
- MeshUnmeshedCylinderRegion object has property Cylinders.
Property List
Index List
- [number]
- Returns the Cylinder at the given index. (Read MeshCylinder)