UserRepartition (Object)

Represents the User Pattern repartition.
It is made up of a number of times the shape is copied and the location of instances. The number of times the shape is copied is accessible using the property.

Properties


Property FeatureToLocatePositions() As (Read Only)
Returns the collection of feature to locate instances.
Example:
The following example returns in list the list of feature to locate instances of the Pattern firstPattern:
 Set list = firstPattern.FeatureToLocatePositions
 

Methods


Sub AddFeatureToLocatePositions( iFeatureToLocatePositions)
Adds a new feature to locate instances.
Parameters:
iFeatureToLocatePositions
The new face to process
Example:
The following example adds the new feature feature to locate instances of the Pattern firstPattern:
 call firstPattern.AddFeatureToLocatePositions(face)