Creates a PathPatternFeatureInput object. Use properties and methods on this object to define the path pattern you want to create and then use the Add method, passing in the PathPatternFeatureInput object.
inputEntities |
ObjectCollection |
The collection can contain faces, features, bodies or occurrences. All of the entities must be of a single type. For example, it can't contain features and occurrences but only features or occurrences. |
path |
Path |
The Path object that represents a single set of connected curves along which to drive the pattern. |
quantity |
ValueInput |
Specifies the number of instances in the first direction. |
distance |
ValueInput |
Specifies the distance. How this value is used depends on the value of the PatternDistanceType property. A negative value can be used to change the direction. If the value is ExtentPatternDistanceType then it defines the total distance of the pattern. If the value is SpacingPatternDistanceType then it defines the distance between each element. |
patternDistanceType |
PatternDistanceType |
Specifies how the distance between elements is computed. |