Get and insert drawing sheet number in part list

1830108CDDDF
Contributor

Get and insert drawing sheet number in part list

1830108CDDDF
Contributor
Contributor

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 

1830108CDDDF_0-1669143404176.png

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. 

 

 

0 Likes
Reply
Accepted solutions (1)
542 Views
2 Replies
Replies (2)

dalton98
Collaborator
Collaborator
Accepted solution

Heres a simmilar post Link 

 

use the example provied by krieg

1830108CDDDF
Contributor
Contributor

Thanks!, It worked

0 Likes