ConicalIncrementPoint

The conical coordinate system increment 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 'ConicalIncrementPoint' of the request points of the near field.

conicalIncrementPoint = nearField.ConicalRequestPoints.Increment

    --  Get the Phi increment, which is calculated to be 18
    
incrementPhi = conicalIncrementPoint.Phi

    -- Get the Z increment, which is calculated to be 0.1

incrementZ = conicalIncrementPoint.Z




Usage locations (object properties)

The following objects have properties using the ConicalIncrementPoint 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 empty 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 empty for the conical coordinate system.
Type
Expression
Access
Read/Write
Z
The Z value.
Type
Expression
Access
Read/Write