MeshPolygons
The list of mesh polygons.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Antenna_and_UTD_Plate.fek]]) mesh = app.Models["Dipole_Antenna_and_UTD_Plate"].Configurations[1].Mesh -- Get the number of 'Polygons' contained the 'UnmeshedPolygonFaces'. count = mesh.UnmeshedPolygonFaces[1].Polygons.Count
Usage locations
The MeshPolygons object can be accessed from the following locations:
- Properties
- MeshUnmeshedPolygonFace object has property Polygons.
Property List
Index List
- [number]
- Returns the Polygon at the given index. (Read MeshPolygon)