python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Catia Visual Basic Macro - change external reference link
I'm wondering if there is any solution for my problem:
In CatiaV5, is it possible to change the external reference link using an Visual Basic (catvba or catscript) macro?
For every CatPart or CatProdu...
Alex Vilciuc
Votes: 0
Answers: 1
Saving the product tree of a CATpart into a txt file
I need to extract the product tree of the CATpart from CATIA. I want to do this using macro's and I have code that works for CATproducts:
Sub CATMain()
Dim productDocument1
Set productDocument1 = CATI...
XanderVreeswijk
Votes: 0
Answers: 1
Python and Catia V5 Defining axis for volumic operations
I am trying to do Catia V5 automation using python. I managed to create my baseline sketch without any problem however, I am unable to set axis for volumic operations. Here is a simple example that (s...
Charles
Votes: 0
Answers: 0