Places one or more assembly components according to a two-dimensional array defined by two directions called column direction and row direction. The number and offset of instances in each direction can be independently specified. Specifying only the column direction creates a linear pattern. All pattern elements are seen as one single element, however, the single pattern elements are displayed below the pattern symbol in the browser. Any or all elements can be suppressed.
IvRectangularOccurrencePatternModifier
IvOccurrencePatternMixin
BaseInventorMixin
Basepart
Name | Type | Description |
---|---|---|
parentOccurrences | any | A single part or a list of parts to be placed at each position of the pattern. |
columnEntityName | string | Required name of the work axis or edge, that defines the column direction. |
columnEntityPart | string | Required name of the part containing columnEntityName object. |
columnNaturalDirection? | boolean | If False reverse column direction. |
columnCount | integer | Number of columns. |
columnOffset | number | Distance between adjacent components along column direction. |
rowEntityName | string | Name of the work axis or edge, that defines the row direction. |
rowEntityPart | string | Name of the part containing rowEntityName object. |
rowNaturalDirection? | boolean | If False reverse row direction. |
rowCount | integer | Number of rows. |
rowOffset | number | Distance between adjacent components along row direction. |
componentName | string | Name of pattern in Inventor assembly browser. |