I need a CATIA Macro that can create overall or maximum dimensions of a projected drawing view. The geometrical elements from the view has GenerativeBehaviour associated with it and the objects are named "GeneratedItem" with type View. Therefore, I cannot access the geometrical elements to give...
Hello,
I am writing a macro to insert a part/product under a root product without having a link to it's source file.
Usually we do that with powercopy or catalog but I do not have EKL License to use this functionalities through code.
If I do it with the usual AddComponent Method from...
Hi,
I am looking for a CATIA Macro to insert product/part in a root product with similar functionality like power copy or catalog browser where there is no link to source file when inserted.
I have tried with the usual method of AddComponent in Product.Products collection but I have to save...