I figured out how to capture the number of sheets for a SLDDRW drawing. How can I copy that value back to the part or assembly data card? I would like that information in my BOM export.
I figured out how to capture the number of sheets for a SLDDRW drawing. How can I copy that value back to the part or assembly data card? I would like that information in my BOM export.
Hi Mike, one way to do it without API, would be to have a variable on your drawing data card that stores the number of sheets. You can then use a Dispatch action like the one attached to copy that from the drawing data card to the assembly data card.
Hope this helps
Prasad