InvBalloonSet design will add another balloon when you make it a child of your invBalloon design.
Parameter Rules
invPart: | Add the name of the part that you want to reference. |
Example: | 'legPair0.Leg0'; |
Mixins
InvObjectMixin
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
invPart |
string |
"" |
Inventor |
Cached
|
Project Example:
In your kBridge Examples Projects folder open the project called ‘Table_KB_Inventor_Example’.
Reference Location:
'world.tableapplication1.drawingdocumenttable.drawingdocumenttable0.sheetdocumenttable.sheetdocumenttable0.balloonviewtable.balloonviewtable0.invballoonset'
Link: https://knowledgebridge.engineer/projects
Open the Table_KB_Inventor_Example project.
View how InvBalloonSet was dragged into BalloonViewTable. BalloonViewTable has invBalloon as its mixin.
For invBalloonSet to work correctly, it must be a child of invBalloon.