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
The MeshTetrahedra object can be accessed from the following locations:
- Properties
- MeshTetrahedronRegion object has property Tetrahedra.
Property List
Index List
- [number]
- Returns the Tetrahedron at the given index. (Read MeshTetrahedron)