MeshVerticesFormat
The mesh vertices properties.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) view = app.Views[1] -- Show the vertices on the metallic faces view.MeshRendering.Vertices.MetallicVisible = true
Usage locations
The MeshVerticesFormat object can be accessed from the following locations:
- Properties
- MeshRendering object has property Vertices.
Property List
- ApertureVisible
- Enables/disables the visibility of aperture vertices. (Read/Write boolean)
- CuboidVisible
- Enables/disables the visibility of cuboid vertices. (Read/Write boolean)
- DielectricVisible
- Enables/disables the visibility of dielectric vertices. (Read/Write boolean)
- MetallicVisible
- Enables/disables the visibility of metallic vertices. (Read/Write boolean)
- TetrahedraVisible
- Enables/disables the visibility of tetrahedra vertices. (Read/Write boolean)
- UTDPolygonVisible
- Enables/disables the visibility of UTD polygon vertices. (Read/Write boolean)
- WindscreenVisible
- Enables/disables the visibility of windscreen vertices. (Read/Write boolean)
Property Details
- ApertureVisible
- Enables/disables the visibility of aperture vertices.
- Type
- boolean
- Access
- Read/Write
- CuboidVisible
- Enables/disables the visibility of cuboid vertices.
- Type
- boolean
- Access
- Read/Write
- DielectricVisible
- Enables/disables the visibility of dielectric vertices.
- Type
- boolean
- Access
- Read/Write
- MetallicVisible
- Enables/disables the visibility of metallic vertices.
- Type
- boolean
- Access
- Read/Write
- TetrahedraVisible
- Enables/disables the visibility of tetrahedra vertices.
- Type
- boolean
- Access
- Read/Write
- UTDPolygonVisible
- Enables/disables the visibility of UTD polygon vertices.
- Type
- boolean
- Access
- Read/Write
- WindscreenVisible
- Enables/disables the visibility of windscreen vertices.
- Type
- boolean
- Access
- Read/Write