MeshCurvilinearTriangleFace

A mesh entity representing a face meshed using curvilinear triangles.

Example

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

    -- Get the label of the specified mesh entity

label = mesh.CurvilinearTriangleFaces[1].Label

    -- Get the number of curvilinear triangles of the specified mesh entity

count = mesh.CurvilinearTriangleFaces[1].CurvilinearTriangles.Count

Inheritance

The MeshCurvilinearTriangleFace object is derived from the MeshEntity object.

Property List

CurvilinearTriangles
The collection of curvilinear mesh triangles that form the curvilinear mesh face. (Read only MeshCurvilinearTriangles)
Label
The object label. (Read only string)
Type
The object type string. (Read only string)

Property Details

CurvilinearTriangles
The collection of curvilinear mesh triangles that form the curvilinear mesh face.
Type
MeshCurvilinearTriangles
Access
Read only
Label
The object label.
Type
string
Access
Read only
Type
The object type string.
Type
string
Access
Read only