MeshTetrahedron
A tetrahedron in 3D space. Exists as part of a mesh.
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 a 'MeshTetrahedra' of a specified mesh entity meshTetrahedra = mesh.TetrahedronRegions[1].Tetrahedra[1] -- Get the 'VertexIndices' contained the 'MeshTetrahedra'. vertices = meshTetrahedra.VertexIndices
Property List
- Type
- The object type string. (Read only string)
- VertexIndices
- Returns a list of the vertex indices of the tetrahedron. (Read only List of number)
Property Details
- Type
- The object type string.
- Type
- string
- Access
- Read only
- VertexIndices
- Returns a list of the vertex indices of the tetrahedron.
- Access
- Read only