Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gap69
  • Content: Threads
  • Order by date
  1. gap69

    How to make an edgefillet in CATScript ?

    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...
  2. gap69

    Drawingview dimensions

    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)...
  3. gap69

    copy macro paste in vb does not work!!

    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...
  4. gap69

    creating a point 2D by clicking

    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...
  5. gap69

    scrollbars

    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.
  6. gap69

    Is it possible to create an icon in Catia V5

    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.
  7. gap69

    How to launch a .exe from a catscript?

    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...
  8. gap69

    VBscrit to catscript

    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
  9. gap69

    Catia v5 and Macro with VB

    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...

Part and Inventory Search