ConicalRequestPoints

The conical request point positions.

Example

application = cf.Application.GetInstance()
project = application:NewProject()

nearField = project.Contents.SolutionConfigurations[1].NearFields:
                AddConical("0","0","0","1","360","1","21","11")

    -- Get the 'ConicalRequestPoints' for the near field

conicalRequestPoints = nearField.ConicalRequestPoints

    -- Get the Z coordinate of the start of the NearField in Z which is 0

startZ = conicalRequestPoints.Z.Start

    -- Get the Z coordinate of the end of the NearField in Z which is 1

endZ = conicalRequestPoints.Z.End

Inheritance

The ConicalRequestPoints object is derived from the CompositeValue object.

Usage locations

The ConicalRequestPoints object can be accessed from the following locations:

Property List

Phi
The Phi range of points. (Read/Write PointAngleRange)
Rho
The Rho range of points. (Read/Write PointRange)
Z
The Z range of points. (Read/Write PointRange)

Property Details

Phi
The Phi range of points.
Type
PointAngleRange
Access
Read/Write
Rho
The Rho range of points.
Type
PointRange
Access
Read/Write
Z
The Z range of points.
Type
PointRange
Access
Read/Write