This Design represents the content of one cell in the table (except the Title). Each cell is associated with an invCustomTableRow.
InvObjectMixin
RULE NAME |
DESCRIPTION |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
invContent |
A cell is an intersection of a row and column. This content represents the data in the cell. |
String |
""
|
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.mycell.mycell0"
Link: https://knowledgebridge.engineer/projects
Below, note that InvCustomTableCell is used as the mixin for a new design called MyCell. MyCell is a child under MyRow0.
Below, setting Quantity to 3 gives us 3 Cells in each Row.
Below, The Inventor output drawing shows the 4 Rows with 3 Cells in each Row.
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.