Indexes   

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 Repartition.InstancesCount property.

Property Index

FeatureToLocatePositions
Returns the collection of feature to locate instances.

Method Index

AddFeatureToLocatePositions
Adds a new feature to locate instances.

Properties


o 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


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

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