ConicalRequestPoints

The conical request point positions.

Example

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

nearField = project.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.Start.Z

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

endZ = conicalRequestPoints.End.Z






Usage locations (object properties)

The following objects have properties using the ConicalRequestPoints object:

Property List

End
The end point. (Read only CylindricalPoint)
Increment
The increment per axis. Only valid if PointSpecificationMethod is Increment. (Read only ConicalIncrementPoint)
NumberOfPoints
The number of points per axis. Only valid if PointSpecificationMethod is NumberOfPoints. (Read only ConicalNumberOfPoints)
Start
The start point. (Read only CylindricalPoint)

Property Details

End
The end point.
Type
CylindricalPoint
Access
Read only
Increment
The increment per axis. Only valid if PointSpecificationMethod is Increment.
Type
ConicalIncrementPoint
Access
Read only
NumberOfPoints
The number of points per axis. Only valid if PointSpecificationMethod is NumberOfPoints.
Type
ConicalNumberOfPoints
Access
Read only
Start
The start point.
Type
CylindricalPoint
Access
Read only