The documentation for the CATIA VBA function HybridShapeRotate is almost nonexistent online. I want to rotate a HybridShape object. I think the HybridShapeRotate is perfect for what I want, but the only documentation I can find is from Catiadoc.free.fr, which is very confusing and doesn't help...
I have a CATIA assembly with several planes that I want to change the plane type of in a VBA macro. I don't want to create new planes because there are contextual links and constraints that would be too messy to deal with.
Instead, I am trying to find a CATIA api that would allow me to change a...