Indexes   

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 Repartition.InstancesCount property.
See also:
CircPattern

Property Index

AngularSpacing
Returns the angle between two consecutive copies of a shape along the repartition crown.
InstanceSpacing
Returns the angle at which the pattern spacing is done for unequal angular spacing mode.

Properties


o 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
 
o 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
 

Copyright © 2006, Dassault Systèmes. All rights reserved.