MeshEntity
A mesh entity forming part of a mesh.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) sConf = app.Models["startup"].Configurations[1] mesh = sConf.Mesh -- Get the label of the specified mesh entity label = mesh.TriangleFaces[1].Label
Inheritance
The following objects are derived (specialisations) from the MeshEntity object:
Property List
Property Details
- Label
- The object label.
- Type
- string
- Access
- Read only