InvPartAssemblyFeature is used as a mixin and is mixed into InvWorkAxis, InvWorkPlane, and InvWorkPoint.
See InvWorkAxis for more information.
Parameter Rules
invName: | Name of the invPartAssemblyFeature |
Example: | 'MyInvWorkAxis'; |
invXData: | Data passed in here is stored as Inventor’s attributes on this object. Only string values can be stored and the structure is "[["AttSetName" ,["AttName","AttValue""]], ["AttSetName1" ,["AttName1","AttValue""]]…]" |
Where |
AttSetName = AttributeSet name |
AttName = Attribute name |
AttValue = Attribute value |
Example: | '[["myData" ,["County","Orange"]]]'; |
Mixins
InvObjectMixin
BaseNode
BaseModel
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
invName |
string |
this.invType |
Inventor |
Cached |
invXData |
string |
'' |
Inventor |
Cached |
Reference Location:
'world.tableapplication1.tables.tables0.myinvworkaxis'
Link: https://knowledgebridge.engineer/projects
InvPartAssemblyFeature is used as a mixin and is mixed into InvWorkAxis, InvWorkPlane, and InvWorkPoint.
Here is an example of the InvWorkAxis.
Open the Table_KB_Inventor_Example project.
The MyInvWorkAxis has InvWorkAxis as its mixin and is placed under Table0.
When you Update this project in Inventor...
The Work Axis (MyInvWorkAxis) will appear in the Assembly_inch.iam tab.