Edit Hole Table with iLogic or Create new table using iLogic

Edit Hole Table with iLogic or Create new table using iLogic

bbrumfield
Advocate Advocate
227 Views
1 Reply
Message 1 of 2

Edit Hole Table with iLogic or Create new table using iLogic

bbrumfield
Advocate
Advocate

 

bbrumfield_1-1659470041724.png

Any ideas on how to create an iLogic rule to either add some information to an existing Inventor Hole Table or

create a Table using iLogic to return the values from the attached image?

the 5th column is the item number from the model BOM and the 6th column is the corresponding Part Number.

 

The drawing view used to create the hole table snip shown uses 11 different self clinching fasteners in 36 different locations, we're hoping to create something that will allow the operator installing the fasteners to quickly reference the correct location .

 

Thanks,

 

Brent  

 

0 Likes
228 Views
1 Reply
Reply (1)
Message 2 of 2

Michael.Navara
Advisor
Advisor

If you have custom column in HoleTable (custom property), you can overwrite the cell content similar to this sample

oHoleTable.HoleTableRows(1)(4).Text = "Custom text"

 Adds "Custom text" to the cell in first row(1), fourth column(4).

 

But you are responsible for right value.

0 Likes