I need to insert additional "0" row in part list containing assembly data (considering assembly itself as component #0) and than export it to browser. I've added extra header row and filled it with data. Some of the data are constant strings, some are attributes of assembly and one should be the...
I can't find any info about why when I reference an attribute from component, my identifier is changed from:
<Wcomponent_name@attribute_name>
to something like that:
<WRef1*0@attribute_name>.
What's going on with that new format?
I need to export some information from part list table to Excel. I do that by exporting the table to browser and copying it using clipboard into spreadsheet. Today the table consist of following fields: number, part name, material, quantity, drawing number, notes. Additionally I need information...
Hi,
I try to create a journal in VisualBasic to create a pdf file of all sheets of current drawing with one click. I have recorded in NX6 a journal file of export and modified it to set pdf file name same as drawing file. I have problem with the number and the names of drawing sheets. I need to...