sorry, tesak I'm new to catia VB at this time I can not get the code right I'm having a problem while understanding the code.thanks for helping ill get back to this in some time.
need to learn basics first do you have any idea where can I start? please share if u have any learning material
Language="VBSCRIPT"
Sub CATMain()
Dim DrwDocument As Document
Dim drwsheets As DrawingSheets
Dim drwsheet As DrawingSheet
Dim drwviews As DrawingViews
Dim drwview As DrawingView
Dim DrwTexts As DrawingTexts
Dim DrwText as DrawingText
Set DrwDocument = CATIA.ActiveDocument
Set drwsheets =...
thread560-158226
Hi i need a solution for a problem.
Problem - when i copy front view and its Projection view (Top, bottom, sides)from sheet1 and paste it to sheet 2 links between front and projection views will be lost is there any option to link the projection views to front view so that when...
thread560-238442
I have used the code in the above thread but the part number showing in the txt file is only 20 space. Is there any other additional code to get full name of the part
thread560-366800
Hello People,
Im new to catia Vb and i m trying to automate a process in catia,I'am trying to write a catia vb program for Paste Special(as result with link) published bodies from 1 part to another can any one Help!
I need to learn VB for this, i need some materials to start can...