View3DSolutionEntityFormat
The view 3D solution entity properties.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) farField = app.Models["startup"].Configurations[1].FarFields[1] resultView = app.Views[1] resultView.Plots:Add(farField) -- SetProperties source visibility using 'View3DSolutionEntityFormat' resultView.SolutionEntities.SourcesVisible = false
Usage locations
The View3DSolutionEntityFormat object can be accessed from the following locations:
- Properties
- View object has property SolutionEntities.
Property List
- CablesVisible
- Enables/disables the visibility of cable paths. (Read/Write boolean)
- FiniteAntennaArraysVisible
- Enables/disables the visibility of finite antenna arrays. (Read/Write boolean)
- InfinitePlanesOpacity
- Infinite planes opacity as a percentage. (Read/Write number)
- InfinitePlanesVisible
- Enables/disables the visibility of infinite planes. (Read/Write boolean)
- LoadsVisible
- Enables/disables the visibility of loads. (Read/Write boolean)
- NamedPointsVisible
- Enables/disables the visibility of named points. (Read/Write boolean)
- NetworksVisible
- Enables/disables the visibility of general networks. (Read/Write boolean)
- PBCVisible
- Enables/disables the visibility of periodic boundary conditions. (Read/Write boolean)
- ProbesVisible
- Enables/disables the visibility of SPICE probes. (Read/Write boolean)
- ReceivingAntennasVisible
- Enables/disables the visibility of receiving antennas. (Read/Write boolean)
- SourceFormat
- The source options properties. (Read/Write View3DSourceFormat)
- SourcesVisible
- Enables/disables the visibility of sources. (Read/Write boolean)
- SymmetryVisible
- Enables/disables the visibility of symmetry. (Read/Write boolean)
- TransmissionLinesVisible
- Enables/disables the visibility of transmission lines. (Read/Write boolean)
Property Details
- CablesVisible
- Enables/disables the visibility of cable paths.
- Type
- boolean
- Access
- Read/Write
- FiniteAntennaArraysVisible
- Enables/disables the visibility of finite antenna arrays.
- Type
- boolean
- Access
- Read/Write
- InfinitePlanesOpacity
- Infinite planes opacity as a percentage.
- Type
- number
- Access
- Read/Write
- InfinitePlanesVisible
- Enables/disables the visibility of infinite planes.
- Type
- boolean
- Access
- Read/Write
- LoadsVisible
- Enables/disables the visibility of loads.
- Type
- boolean
- Access
- Read/Write
- NamedPointsVisible
- Enables/disables the visibility of named points.
- Type
- boolean
- Access
- Read/Write
- NetworksVisible
- Enables/disables the visibility of general networks.
- Type
- boolean
- Access
- Read/Write
- PBCVisible
- Enables/disables the visibility of periodic boundary conditions.
- Type
- boolean
- Access
- Read/Write
- ProbesVisible
- Enables/disables the visibility of SPICE probes.
- Type
- boolean
- Access
- Read/Write
- ReceivingAntennasVisible
- Enables/disables the visibility of receiving antennas.
- Type
- boolean
- Access
- Read/Write
- SourceFormat
- The source options properties.
- Type
- View3DSourceFormat
- Access
- Read/Write
- SourcesVisible
- Enables/disables the visibility of sources.
- Type
- boolean
- Access
- Read/Write
- SymmetryVisible
- Enables/disables the visibility of symmetry.
- Type
- boolean
- Access
- Read/Write
- TransmissionLinesVisible
- Enables/disables the visibility of transmission lines.
- Type
- boolean
- Access
- Read/Write