View3DEntityFormat
The view 3D entity properties.
Example
app = cf.GetApplication() project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]]) -- Configure the port annotation visibility using 'View3DAxesFormat' view = app.Views["3D view 1"] view.Entities.PortAnnotationsVisible = true
Usage locations (object properties)
The following objects have properties using the View3DEntityFormat object:
Property List
- CablePathsVisible
- Enables/disables the visibility of cable paths. (Read/Write boolean)
- FDTDBoundaryVisible
- Enables/disables the visibility of the FDTD boundary conditions. (Read/Write boolean)
- MeshingRulesVisible
- Enables/disables the visibility of point and polyline meshing rules. (Read/Write boolean)
- NamedPointsVisible
- Enables/disables the visibility of named points. (Read/Write boolean)
- PBCVisible
- Enables/disables the visibility of periodic boundary conditions. (Read/Write boolean)
- PortAnnotationsVisible
- Enables/disables the visibility of port annotations. (Read/Write boolean)
- PortsVisible
- Enables/disables the visibility of ports. (Read/Write boolean)
- SolutionEntitiesVisible
- Enables/disables the visibility of solution entities. (Read/Write boolean)
- SymmetryVisible
- Enables/disables the visibility of symmetry planes. (Read/Write boolean)
Property Details
- CablePathsVisible
- Enables/disables the visibility of cable paths.
- Type
- boolean
- Access
- Read/Write
- FDTDBoundaryVisible
- Enables/disables the visibility of the FDTD boundary conditions.
- Type
- boolean
- Access
- Read/Write
- MeshingRulesVisible
- Enables/disables the visibility of point and polyline meshing rules.
- Type
- boolean
- Access
- Read/Write
- NamedPointsVisible
- Enables/disables the visibility of named points.
- Type
- boolean
- Access
- Read/Write
- PBCVisible
- Enables/disables the visibility of periodic boundary conditions.
- Type
- boolean
- Access
- Read/Write
- PortAnnotationsVisible
- Enables/disables the visibility of port annotations.
- Type
- boolean
- Access
- Read/Write
- PortsVisible
- Enables/disables the visibility of ports.
- Type
- boolean
- Access
- Read/Write
- SolutionEntitiesVisible
- Enables/disables the visibility of solution entities.
- Type
- boolean
- Access
- Read/Write
- SymmetryVisible
- Enables/disables the visibility of symmetry planes.
- Type
- boolean
- Access
- Read/Write