Hello Everybody.
I have a script where the user selects a Face ( on a part, in assembly workbench for constraining ) through SelectElement with filter for "Face".
But I also need to get the partname to which the selected face belongs. My current solution is to run a separate SelectElement to...
Hello.
I'm trying to automate with vba the insertion of excel spread-sheet cells into an autocad drawing using Paste Special as %PRODUCT Entities.
I've been able to make the macro copy the cells in excel, and I'm trying to use the SendKeys statements in autocad to specify the method of...
Hi everyone!
This is my first post here at the autocadforum.
I'm a CATIA V5 user and I'm trying to write a macro which saves the CATIA drawings as dwg's, opens them up and gives them the right scale.The macro will be run from CATIA VBA.
I'm basically trying to select everything in the drawing...