How can I change Tolerance and Datum system of a Geometrical Tolerance in CATIA via c# or, if not, CATVBA .
So far I am only able to change the tolerance type, but have not find a method to change tolerance nor Datum system. Please help!
This is the code I got so far:
string feature_name =...
Thanks Little Cthulhu, I tried but it creates an undesired effect, as if CATIA's been closed, then after 12 seconds (when code is over), it opens again. This might confuse some users, I'd like to keep it open, but somehow "frozen"
Hello everyone
I recall from VBA there is an option to avoid these screen changes while a macro's being executed. Application.ScreenUpdating = False
Then after macro is done you do Application.ScreenUpdating = true again.
This also enhances a bit the performance (time reduction).
I wish to...
I am running a dynamic simulation of a cam mechanism. (Friction and contacts involved. Graphing Time vs Torque.)
I ran the same analysis just changing STEP value in Solution Attributes but the maximum torque I obtain in the graph varies excessively, as you can see in the following table ; the...
I am using Mastercam to promgram a SIEMENS DMU50 5 axis (3+2). This machine is able to rotate at:
- C axis (z) 360° max and
- B axis (y) 105° max
Eventhough, if I postprocess an operation that requires to rotate:
***B=90.41 and C=180.008***
My mastercam post throws this...