Indexes   

UserPattern (Object)

Represents the user pattern.
The shape is copied along user's positions.

Property Index

AnchorPoint
Returns the anchor point of the user pattern.
FeatureToLocatePositions
Returns the collection of feature to locate instances.

Method Index

AddFeatureToLocatePositions
Adds a new feature to locate instances.

Properties


o Property AnchorPoint() As
Returns the anchor point of the user pattern.
Example:
The following example returns in anchor the anchor point of the Pattern firstPattern:
 Set anchor = firstPattern.AnchorPoint
 
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 object containing points of positioning
Example:
The following example adds the new feature feature to locate instances of the Pattern firstPattern:
 call firstPattern.AddFeatureToLocatePositions(object)
 

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