ConicalNumberOfPoints

The conical coordinate system number of points per axis.

Example

app = cf.GetApplication()
project = app:NewProject()

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

    -- Get the 'ConicalNumberOfPoints' of the request point of the near field

conicalNumberOfPoints = nearField.ConicalRequestPoints.NumberOfPoints

    --  Get the number of points along the circumference, it was set to 21

incrementPhi = conicalNumberOfPoints.Phi

    -- Get the number of points along Z, it was set to 11

incrementZ = conicalNumberOfPoints.Z



Usage locations (object properties)

The following objects have properties using the ConicalNumberOfPoints object:

Property List

Phi
The Phi value. (Read/Write Expression)
Rho
The Rho value. This is a read only property, its value will always be 1 for the conical coordinate system. (Read/Write Expression)
Z
The Z value. (Read/Write Expression)

Property Details

Phi
The Phi value.
Type
Expression
Access
Read/Write
Rho
The Rho value. This is a read only property, its value will always be 1 for the conical coordinate system.
Type
Expression
Access
Read/Write
Z
The Z value.
Type
Expression
Access
Read/Write