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 (object properties)

The following objects have properties using the MeshPolygons object:

Property List

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

Index List

[number]
Returns the Polygon at the given index. (Read MeshPolygon)

Property Details

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