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 (object properties)

The following objects have properties using the MeshVolumesFormat object:

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