catiavbmacro
Automotive
Hello,
i know that there a lot of same posts on this forum, but i cant find one thing, here is post from forum on same subject
I know how to set those first parameters but how to set those for recapitulation?
Dim arrayOfVariantOfBSTR1(7) 'change number if you have more custom columns/array...
arrayOfVariantOfBSTR1(0) = "Quantity"
arrayOfVariantOfBSTR1(1) = "Part Number"
arrayOfVariantOfBSTR1(2) = "Number"
arrayOfVariantOfBSTR1(3) = "Nomenclature"
arrayOfVariantOfBSTR1(4) = "Revision"
arrayOfVariantOfBSTR1(5) = "Mass" 'in addition of what is by default
arrayOfVariantOfBSTR1(6) = "Density" 'in addition of what is by default
arrayOfVariantOfBSTR1(7) = "Material" 'in addition of what is by default
assemblyConvertor1.SetCurrentFormat arrayOfVariantOfBSTR1
I also tried to define format in CATIA but after CATIA close everthing is gone.
Thx for your time
i know that there a lot of same posts on this forum, but i cant find one thing, here is post from forum on same subject
I know how to set those first parameters but how to set those for recapitulation?
Dim arrayOfVariantOfBSTR1(7) 'change number if you have more custom columns/array...
arrayOfVariantOfBSTR1(0) = "Quantity"
arrayOfVariantOfBSTR1(1) = "Part Number"
arrayOfVariantOfBSTR1(2) = "Number"
arrayOfVariantOfBSTR1(3) = "Nomenclature"
arrayOfVariantOfBSTR1(4) = "Revision"
arrayOfVariantOfBSTR1(5) = "Mass" 'in addition of what is by default
arrayOfVariantOfBSTR1(6) = "Density" 'in addition of what is by default
arrayOfVariantOfBSTR1(7) = "Material" 'in addition of what is by default
assemblyConvertor1.SetCurrentFormat arrayOfVariantOfBSTR1
I also tried to define format in CATIA but after CATIA close everthing is gone.
Thx for your time