LinearRepartition (Object)

Represents the linear repartition.
It is used by the rectangular and circular patterns. It is made up of a number of times the shape is copied and of a spacing distance between two consecutive copies of this shape along a direction. The number of times the shape is copied is accessible using the property.
See also:
,

Properties


Property Spacing() As (Read Only)
Returns the distance between two consecutive shapes along the repartition direction.
Example:
The following example returns in space1 the spacing distance of the linear repartition firstRepartition:
 Set space1 = firstRepartition.Spacing