Hello,
I have to test clashes of some surfaces, in the same part, with an other part in the same product using a macro. so why I need to hide some of this surfaces by selecting them. the problem is that the select operation takes a lot of time to be executed many time (many iterations). so, is...
Im trying to use this command in a macro:
CATIA.StartCommand "Undo"
but I didnt understand why somtimes CATIA accept that and sometimes not ( the error message is: Unkown command Undo). So is there someone who can help me.
thanks
Im executing macro on CATIAV5R11, and this takes many hours to be executed completely. but befor the end, the computer shows me a message: insuffisant memory. the probably cause of this is that CATIA keep on memory all the steps made by this macro, so is there any one who know if I can change...
Im programming macros on the VB interface of CATIAV5 to automate some operations, but I like to use CAA RADE and I dont have any idea about RADE, so my question is can RADE do the same thing that automation with VB, and if yes, whats the difference betewn this.
thanks.
hello
I need to program macro that it make surface using a cloud of point. I can do this manually using a command: create surface powerfit (Im using CATIA v5r11), but I cant automate this ! so is there any one who know how to automate this?
thanks
hello
Im trying to construct sphere on catiaV5R7 with macro, but this method does not work :
dim hybridspher as HybridShapeSphere
set hybridspher=hybridshapefactory1.AddNewSphere(reference1, 20)
is there any one who know what s the problem with this!
thanks
hello
is there any one who know what's the difference between CATIA V5R10sp5 and CATIA V5R10sp6. the question also is whats the mean of sp1 sp2 sp3....
thanks
hello
I'm trying to get minimum distance between point and surfance on catia v5 r10, so I have used the function getminimumdistance described on the help on line of catia like this:
This example retrieves the distance between the reference1 and reference2.
Dim reference1 As Reference
Set...
hi
I'm trying to calculate the minimal distance between point and surface in the case of that its not possible to do an orthogonal projection of the point on the surface.
is there anyone who can help me?
thanks