Places one or more assembly components at a number of positions, separated by a given angle, along a circular arc. All pattern elements are seen as one single element, however, the single pattern elements are displayed below the pattern symbol in the browser.
IvCircularOccurrencePatternModifier
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. |
axisEntityName | string | Required name of the work axis or edge, that defines the circular arc axis. |
axisEntityPart | string | Required name of the part containing axisEntityName object. |
elementCount | integer | Number of elements to be placed on the arc or circle. Default value is 2. |
axisNaturalDirection? | boolean | If False reverse the direction of circular pattern. |
angleOffset | number | Angle between pattern elements. Default value is 360°/elementCount. |
componentName | string | Name of pattern in Inventor assembly browser. |
Child Name : | circularPattern: | |
Child Design : | IvCircularOccurrencePattern | |
Name | Type | Supplied |
angleOffset | number | 45 |
axisEntityName | string | "Z Axis" |
axisEntitypart | string | self: |
componentName | string | "CircularPattern" |
elementCount | integer | 3 |
parentOccurrences | any | Component_5:self: |