ViewEdgesFormat
The view edge properties.
Example
app = cf.GetApplication() project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/multiple_configurations.cfx]]) -- Hide edges on the geometry app.Views["3D view 1"].Rendering.Edges.GeometryVisible = false
Usage locations (object properties)
The following objects have properties using the ViewEdgesFormat object:
Property List
- GeometryVisible
- Enables/disables the visibility of the geometry model edges. (Read/Write boolean)
- ModelMesh
- The model mesh edges properties. (Read/Write ViewMeshEdgesFormat)
- SimulationMesh
- The simulation mesh edges properties. (Read only ViewMeshEdgesFormat)
- VoxelVisible
- Enables/disables the visibility of the voxel mesh edges. (Read/Write boolean)
Property Details
- GeometryVisible
- Enables/disables the visibility of the geometry model edges.
- Type
- boolean
- Access
- Read/Write
- ModelMesh
- The model mesh edges properties.
- Type
- ViewMeshEdgesFormat
- Access
- Read/Write
- SimulationMesh
- The simulation mesh edges properties.
- Type
- ViewMeshEdgesFormat
- Access
- Read only
- VoxelVisible
- Enables/disables the visibility of the voxel mesh edges.
- Type
- boolean
- Access
- Read/Write