ArrayPolar method

Creates a polar array.

Syntax

objectVariable = object.ArrayRectangular(NumberOfObjects, IncludedAngle, CenterPoint, [PointOnAxis], [RotateObjects])

Where:

     object is one of the ModelSpace or PaperSpace collection objects or a Block object;

     NumberOfObjects is the number of objects in the array;

     IncludedAngle is the angle to fill in radians, with a positive value specifiyingc ounterclockwise rotation;

     CenterPoint is an IntelliCAD Point object specifying the center point of the polar array;

     PointOnAxis is an optional point on the axis of rotation.

     RotateObjects is an optional Boolean variable indicating whether to rotate objects or not. The default is False (no rotation).

Examples ...

ArrayPolar method example