MeshCurvilinearTriangles

The list of mesh 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 number of curvilinear triangles on a meshed face

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

    -- Get a handle on a particular 'MeshCurvilinearTriangle'

triangle = mesh.CurvilinearTriangleFaces[1].CurvilinearTriangles[3]

Usage locations (object properties)

The following objects have properties using the MeshCurvilinearTriangles object:

Property List

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

Index List

[number]
Returns the CurvilinearTriangle at the given index. (Read MeshCurvilinearTriangle)

Property Details

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