AngularRepartition (Object)

Represents the angular repartition.
It is used by the circular pattern. It is made up of a number of times the shape is copied and of an angular spacing between two consecutive copies of the shape along a crown. The number of times the shape is copied is accessible using the property.
See also:

Properties


Property AngularSpacing() As (Read Only)
Returns the angle between two consecutive copies of a shape along the repartition crown.
Example:
The following example returns in AngSpace1 the angular spacing of the angular repartition firstRepartition:
 Set AngSpace1 = firstRepartition.AngularSpacing
 
Property InstanceSpacing() As (Read Only)
Returns the angle at which the pattern spacing is done for unequal angular spacing mode.
Example:
The following example returns in AngSpace1 the angular spacing of the angular repartition firstRepartition:
 Set AngSpace1 = firstRepartition.AngularSpacing