MeshTetrahedra

The list of mesh tetrahedra.

Example

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

    -- Get the number of 'MeshTetrahedra' contained the 'MeshTetrahedronRegion'.

count = mesh.TetrahedronRegions[1].Tetrahedra.Count

Usage locations (object properties)

The following objects have properties using the MeshTetrahedra object:

Property List

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

Index List

[number]
Returns the Tetrahedron at the given index. (Read MeshTetrahedron)

Property Details

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