This design represents the Row in a custom table and is the parent for invCustomTableCell. The number of Cells in a Row should be equal to the number of Columns.
InvObjectMixin
RULE NAME |
DESCRIPTION |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
invHeight |
Controls height of the row. Example: .375 |
Number |
0.0 |
Inventor |
Cached |
In your kBridge Examples Projects folder open the project called ‘Table_KB_Inventor_Example’.
Reference Location:
"world.tableapplication1.drawingdocumenttable.drawingdocumenttable0.sheetdocumenttable.
sheetdocumenttable0.custompartstable.custompartstable0.myrow.myrow0"Link: https://knowledgebridge.engineer/projects
Below, note that InvCustomTableRow is used as the mixin for a new design called MyRow.
MyRow is a child under CustomPartsTable0.
Below, setting Quantity to 4 gives us 4 Rows.
The resulting Inventor output drawing shows the 4 Rows. The Board Foot total, which includes the Legs and the Table Top, is recalculated when the Table changes size and a new Cost is shown for each Material type.