Hi everyone,
Does anyone know how to create an edgefillet in CATScript ?
What I want is that the user could click eitehr in the tree or on the edge he wishes and then the fillet creates.
I do not know what type of element I should ask for my selection of edge: edge, bidimedge, tridimedge...
Hi everybody I try to get the dimensions of a drawing view , this is the code I am using it comes from the automation guide, would anyone try it and tell me if he /she can get these dimensions it is impossible for me:
Dim oXY(4) As Double
ViewToWorkOn.Size oXY
Xmin = oXY(0)
Xmax = oXY(1)...
Hi everyone[nosmiley]
Does anyone know how it can be possible that I record a macro and play it after and it works but if I paste it into vb (and include all the references) it doesn't work.[evil]
Here is the macro I recorded:
Language="VBSCRIPT"
Sub CATMain()
Dim partDocument1 As...
Hi everybody ,
The program I am making needs that ,at one moment, the user clicks in a catia drawing and I should be able to know where (what coordinates) he has clicked.
Of course the program will have made some setup before but at a certain moment the user should be able to click and this...
Hi everybody,
Probably everybody knows how to do this but I don't.
My form is too big compared to my screen size could anyone help me telling me how to use a vertical and a horyzontal scrollbar please.
Thanks for help.
I would like to create an icon in V5 which could be placed where I'd like and which would execute a .exe file when clicked.
Does anyone know to to do this?
Thanks for help.
Hi everybody,
I have developped a little program in VB and I have made an .exe file with it I 'd like to launch it from a catscript.
What I have tried :
Language="VBSCRIPT"
Sub CATMain()
call CATIA.SystemService.ExecuteBackGroundProcessus("D:\Stage\visual...
Hi everybody,
does anyone know how to convert in a simply way a VBScript to a CATScript format.
I have developped something around Title Block under VB and I want to launch it from CATIA as a macro.
Thanks a lot
I d like to know if sb could help me with Catia since it s very new to me. (1 week)
I' d like to know how to create a macro?
Do I have to use the software Visual Basic or the VB editor inside Catia V5?
I have pieces of programming (some code) but it doesn t work.For example I simply try to...