CylindricalPoint

The cylindrical request point.

Example

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

nearField = project.SolutionConfigurations[1].NearFields:AddCylindrical(1,0,0,2,360,1,3,21,11)

    -- Get the start of the Cylinder

cylindricalPoint = nearField.CylindricalRequestPoints.Start

    -- Get the Phi coordinate of the point, which is 0 degrees

phi = cylindricalPoint.Phi

    -- Get the Rho coordinate of the point, which is 1

rho = cylindricalPoint.Rho

    -- Get the Z coordinate of the point, which is 0 

z = cylindricalPoint.Z


Usage locations (object properties)

The following objects have properties using the CylindricalPoint object:

Property List

Phi
The Phi value. (Read/Write Expression)
Rho
The Rho value. (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.
Type
Expression
Access
Read/Write
Z
The Z value.
Type
Expression
Access
Read/Write