Anonymous
381 Views, 1 Reply
03-11-2021
11:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-11-2021
11:46 AM
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.