Great thanks, I didn't even think to record a macro, In the past every time I have done that it doesnt actually catch anything unless I maximize a window or something like that.
-J
Hello all,
I am writing a program that will create a cross section view using a plane that I create and the body of the catia assembly. I have thr program that creates the planes, but I am not sure how to code the intersection.
Can someone point me in the right direction?
Thanks
-J
Thanks that Script center is great. It looks like in that CATScript the user selects what to copy. Do you know how to do this without acctually needing and user input? Basically I want the section to be active so that the inertia can be taken for each section.
I am relatively new to VBA so any...
Yeah the script in the help docs is CAASpaSectionNetwork.CATScript
I am still working on measuring the inertial values of each section. The problem that I am having with that is figuring out how to set each section to the active document after it is created so that the value can actually be...
Well I have an update. I was able to figure out a way to change the axis that the sections are created. You have to change the Position values
The position array can be obtained by using the GetPosition command and it gives an 12 element array that is as follows
iComponents( 0) is the X...
Hello All I am using Catia V5 and am attempting to write a macro that increments section cuts along a specified axis and measures the inertial values of each of those sections (but that is another topic)
Using the code that is in the help documentation the sections that are created are only in...