PointAngleRange

A range of points defined between a start and end angles.

Example

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

-- Add a NearField starting at (1,0,0) ending at (0,0,0) with 11 points along X

nearField = project.Contents.SolutionConfigurations[1].NearFields:AddSpherical(1,0,0,
2,30,90,
11,4,10)

Inheritance

The PointAngleRange object is derived from the CompositeValue object.

Usage locations

The PointAngleRange object can be accessed from the following locations: