Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
381 Views, 1 Reply

Drawing Table

Hi all,

 

I'm new to tables, but I'm assuming this takes an ilogic rule to make.  I need a table to appear on the top left of each drawing.  The table just on column and  the amount of rows it has depends on the number of objects written in an iproperty field.   If the parts custom iproperty 'Routing Steps' = "`" then no table. Something like:

 

oModelDoc = IO.Path.GetFileName(ThisDrawing.ModelDocument.FullFileName)

TableValues = iProperties.Value(oModelDoc, "Custom", "Routing Steps")

 If there is "SHEET METAL INSIDE FAB ASSY B/O" in he Routing Steps field, the table should look like:

 

Routing Steps:

Sheet Metal

Inside Fab

ASSY B/O

 

The most columns there will ever be is six.