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