- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone.
I need to add the sheet number where the object (assembly/subassemby) is located. The sheet number is added in a column into part list in the drawing. Like this
The columns name's is
| ITEM | QTY | DESCRIPTION | PART NUMBER | GO TO |
So the sheet number is headed to 'GO TO' column.
For example, I have an assembly named 'A_1'
Within there are subassemblies named:
- 'SA_1.1'
- 'SA_1.2'
Let's suppose that assembly 'A_1' is in sheet number 1 and the subassmblies are in the consecutive sheet (2 and 3).
So when a make the drawing for assembly 'A_1' the parts list should be like this:
| ITEM | QTY | DESCRIPTION | PART NUMBER | GO TO |
'SA_1.1' 1 - - 2
'SA_1.2' 1 - - 3
I'm new with iLogic, but my reasoning is the next one to achieve what I'm looking:
- Read/get the sheet number of the active sheet. I found a way to achieve this with the folowing thread: Reference Drawing Sheet Number with iLogic
- Open the (object) in the active sheet, insert the number into iProperties Keywords section (<-Where the part list shows the sheet number). I haven't found a way to make this, that's why I'm looking for help.
Thanks in advance, and regards from México.
Solved! Go to Solution.