MeshCylinder
A cylinder in 3D space. A geometry cylinder's mesh equivalent that can be directly interpreted by the solver (e.g. using the UTD solution method).
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Infinite_Cylinder_a.fek]]) mesh = app.Models["Infinite_Cylinder_a"].Configurations[1].Mesh -- Get a 'MeshCylinder' of a specified mesh entity meshCylinder = mesh.UnmeshedCylinderRegions[1].Cylinders[1] -- Get the 'VertexIndices' contained the 'MeshCylinder'. vertices = meshCylinder.VertexIndices
Property List
- Type
- The object type string. (Read only string)
- VertexIndices
- Returns the two vertex indices defining a line down the centre of the cylinder. (Read only List of number)
Property Details
- Type
- The object type string.
- Type
- string
- Access
- Read only
- VertexIndices
- Returns the two vertex indices defining a line down the centre of the cylinder.
- Access
- Read only