PointAngleRange
A range of points defined between a start and end angles.
Example
application = cf.Application.GetInstance() project = application:NewProject() -- Add a NearField starting at (1,0,0) ending at (0,0,0) with 11 points along X nearField = project.Contents.SolutionConfigurations[1].NearFields:AddSpherical(1,0,0, 2,30,90, 11,4,10)
Inheritance
The PointAngleRange object is derived from the CompositeValue object.
Usage locations
The PointAngleRange object can be accessed from the following locations:
- Properties
- PlaneWave object has property Phi.
- PlaneWave object has property Theta.
- FarField object has property Phi.
- FarField object has property Theta.
- ConicalRequestPoints object has property Phi.
- CylindricalRequestPoints object has property Phi.
- CylindricalXRequestPoints object has property Phi.
- CylindricalYRequestPoints object has property Phi.
- SphericalRequestPoints object has property Phi.
- SphericalRequestPoints object has property Theta.
- Methods
- PointAngleRangeList object has method Append().
- PointAngleRangeList object has method Get(number).