MeshVolumesFormat
The mesh volume properties.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME.. [[/shared/Resources/Automation/Shielding_Factor_of_Thin_Metal_Sphere_FEM.fek]]) view = app.Views[1] -- Show the tetrahedra inside the volume view.MeshRendering.Volumes.TetrahedraVisible = true
Usage locations
The MeshVolumesFormat object can be accessed from the following locations:
- Properties
- MeshRendering object has property Volumes.
Property List
- TetrahedraVisible
- Enables/disables the visibility of tetrahedra volumes. (Read/Write boolean)
Property Details
- TetrahedraVisible
- Enables/disables the visibility of tetrahedra volumes.
- Type
- boolean
- Access
- Read/Write