I don't insert the quantity in the PNr, I have to add a progressive counter because I can't use the same PNr for different files,
also my problem occur when I change bought elements like screws that can be change for many reason and who change it can't check every single symmetry part specially...
Hi GELFS
the situation is not so simple, because I had to rename also the symmetry files,
so my case is:
Quantity = number of components with PNr "ComponentXXX_counter"
I search for the left part of PNr and here is the BoM
but for example:
Product1
Product2
Component001_1
Component002_1
Product3...
I can't use the CATIA BoM because we work for many clients and each of they want something different.
We had develop a series of tool to help developer, one of this is the gestion of BoM,
for this client the bought elements have an additional parameter with their internal code and every piece...
Hi GELFS
in my macro I search the Symmetry to apply the parameters of their father (PN, Source, Nomenclature, ecc),
but with the selection occupated by the symmetry I can't copy and paste a parameter with link.
I think I had to rewrite the macro and put all the symmetry in an array, but first I...
Hi guys,
I'm developing a macro to make a BOM, but I have problem when in the product there are some symmetry.
In that case I have to import a parameter from the original part to the symmetry.
Now the macro create a new parameter and assign the value of the same parameter of original part
but if...