Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. Balaji R

    How to get FTA workbench?

    Hello all, Could any one please help me get FTA workbench. I tried like SPA workbench method but I am not able to get. Dim partDocument1 As PartDocument Set Partdocuemnt1 = CATIA.ActiveDocument Dim Workbench1 As Workbench Set Workbench1 = CATIA.ActiveDocument.GetWorkbench("FTAWorkbench")...
  2. Balaji R

    Is it possible to Move all parts inside a rectangle box and maintain 3mm clearence between box and b

    Hello, Could any one please give a solution for creating a macro for assembly desing. Iwant to Move all parts inside a rectangle box and maintain 3mm clearence between box and between all parts?
  3. Balaji R

    How to get the child of the selected sketch

    Hello, Can anyone please help me to get the child (Ex: Pad) geometry of the selected sketch. I tried this but it does not works. Sub CATIMain() Dim partDocument1 As Document Set partDocument1 = CATIA.ActiveDocument Dim selection1 As Selection Set selection1 = partDocument1.Selection...
  4. Balaji R

    Drawing view name font size 5 and scale font size 3.5

    Hi, Can you please explain in detail. How can I select the text in sublevel? I also attached image of the text size to be changed I have written code like this. Dim DSheet1 As DrawingSheet Set DSheet1 = DrawingDocument1.Sheets.ActiveSheet Dim DrawingView1 As DrawingView Set DrawingView1 =...
  5. Balaji R

    Drawing view name font size 5 and scale font size 3.5

    Hi, Is it possible to change font size for view name as 5 and scale as 3 5. Both are in same text I can able to change the font size fully. Can any one please help me on this
Back
Top