SphericalPoint
The spherical request point.
Example
app = cf.GetApplication() project = app:NewProject() nearField = project.SolutionConfigurations[1].NearFields:AddSpherical(1,0,-45,2,90,45,5,11,11) -- Get the start of the Sphere sphericalPoint = nearField.SphericalRequestPoints.Start -- Get the Phi coordinate of the point, which is 0 degrees phi = sphericalPoint.Phi -- Get the Radius coordinate of the point, which is 1 radius = sphericalPoint.Rho -- Get the Theta coordinate of the point, which is -45 degrees theta = sphericalPoint.Theta
Usage locations (object properties)
The following objects have properties using the SphericalPoint object:
Property List
- Phi
- The Phi value. (Read/Write Expression)
- Radius
- The radius value. (Read/Write Expression)
- Theta
- The Theta value. (Read/Write Expression)
Property Details
- Phi
- The Phi value.
- Type
- Expression
- Access
- Read/Write
- Radius
- The radius value.
- Type
- Expression
- Access
- Read/Write
- Theta
- The Theta value.
- Type
- Expression
- Access
- Read/Write