IvAdoptedIPart allows to manipulate Inventor iParts. The Intent support for iParts is limited, as the adoption is not yet supported. Part instance parameters are not modified by Intent, as they should be specified in iParts factory. iProperties, MaterialName, and PartNumber could be set inside of iPart factory, and they are not modified by Intent.
IvAdoptedpartModifier
IvCommonOccurrenceMixin
IvComponentMixin
BaseInventorMixin
Basepart
Name | Type | Description |
---|---|---|
factoryFileName | string | Name of the Inventor iPart Factory. |
factoryFileDirectory | string | Directory path to the where iPart Factory is located. |
grounded? | boolean | Specifies whether or not the Inventor occurrence is grounded. |
reportModelingErrors? | boolean | Specifies whether Inventor errors during modeling are reported as Intent errors. |
color | string | Color (render style) of the Inventor occurrence. |
overrideOpacity | number | Number from 0 to 1 (0 is fully transparent), or NoValue (which is a default meaning 'no override') |
RowIndex | integer | Specifies an active row for the instance. If set to 0, then Default row is used |
RowFilter | list | Row, specified by a String expression. For example {""[Height=1.000 in]"",""[Length=2.000 in]""} |
IgnorePosition? | boolean | False , if the positioning is Frame-based. Otherwise, the value of the origin Rule is not evaluated. |
enablePartEditing? | boolean | Allows member file reuse if this flag is False (the default) |
autoSaveChanges? | boolean | If EnablePartEditing? is True , then this flag controls whether member file is automatically saved after any change. |