Hello, I am trying to write a method to reorder the graph tree in CATIA using CAA & VBA, (using .idl) So is there any way someone can tell me from where to begin with. I already check the existing tool "Graph Tree Reodering" but i don't find any help from it to build my own api/method. Any...
Hello,
I am trying to create a CAA function to access the flagged text from the drawing. I'm currently checking every character whether it is flagged. But using SetSelection method from CAA the tool seems to crash at that line of code even after i do a ResetReselection. Can anyone suggest me...
Hello,
I would like to know if anyone can help me to read/get the values of the chamfer dimensions under Drafting Workbench. For Example : "23.45 X 45.59" . I have used the method GetValue(), but only the first part of the dimension is available i.e. "23.45". How can i get the second part of...
Hi,
Can anybody tell me for the above mentioned CATIA version, which version of visual studio for CAA development environment should/can be opted?
Thanks in Advance!!
Hello,
I am facing a weird issue in CATIA-CAA , the issue i observe is when i run the command it launches the User-Interface . So i observe that when i run the command for the first time , the User-Interface is getting destroyed i.e. the command is been killed completely.
But, it runs ok when...
Hi,
Can anyone tell me , how do i get size of active view in the Drafting workbench using CAA ?
I have tried few ways but was not able to get the view size. Please let me know.
Thanks in advance !!
Hello, i have created a user interface in CATIA using CAA under Drafting workbench. So my question is , when i have multiple sheets in a drawing. How do i keep the command in show mode when i change sheet1 to sheet2 or any sheet manually. As i observed the UI getting close when i try to change...