Alessio85
Guest
Hello, everyone! !
I have a problem writing a macro with catia v5r20,
I have created a set with attached constraints between the parts that make it and I would like to create a symmetry of the whole axieme obtained.
I started the macro recorder while using the command, which works properly, but in the scriptvb it does not record any command for symmetry! !
it only records these commands, as if I had to add a new part:
......
set product2= products1.addnewcomponent("part","symmetry of part1")
product2.name="symmetry of part1"
Does anyone know how I can do that? ?
Thank you very much.. .
I have a problem writing a macro with catia v5r20,
I have created a set with attached constraints between the parts that make it and I would like to create a symmetry of the whole axieme obtained.
I started the macro recorder while using the command, which works properly, but in the scriptvb it does not record any command for symmetry! !
it only records these commands, as if I had to add a new part:
......
set product2= products1.addnewcomponent("part","symmetry of part1")
product2.name="symmetry of part1"
Does anyone know how I can do that? ?
Thank you very much.. .