RayContributionsRLGO
Ray contribution settings.
Example
application = cf.Application.GetInstance() project = application:NewProject() SolverSettings_1 = project.Contents.SolutionSettings.SolverSettings SolverSettings_1.HighFrequencySettings.RayContributionsRLGO.EdgeAndWedgeDiffractions = true
Inheritance
The RayContributionsRLGO object is derived from the CompositeValue object.
Usage locations
The RayContributionsRLGO object can be accessed from the following locations:
- Properties
- HighFrequencySettings object has property RayContributionsRLGO.
- Methods
- RayContributionsRLGOList object has method Append().
- RayContributionsRLGOList object has method Get(number).
Property List
- EdgeAndWedgeDiffractions
- Specifies whether the edge and wedge diffractions ray contributions are used. (Read/Write boolean)
Property Details
- EdgeAndWedgeDiffractions
- Specifies whether the edge and wedge diffractions ray contributions are used.
- Type
- boolean
- Access
- Read/Write