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")...
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?
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...
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 =...
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