Hi,
I currently have a requirement, where I want a VB or CATScript in Catia to prompt [highlight #FCE94F]me the version of the Catia file[/highlight] I drop in it to open.
Recently it happened that by mistake I opened the file in higher version and saved it in higher version, as a result I had...
thread560-328286
Hi Ferdo,
Below is the CATScript, given by you to toggle between the units,
Sub CATMain()
Dim oSettingControllers As SettingControllers
Set oSettingControllers = CATIA.SettingControllers
Dim oUnitsSheetSettingAtt As SettingController
Set oUnitsSheetSettingAtt =...
Hi,
I have a requirement where in, I want to give dual dimensioning to drawing which is having views already dimensioned with "inch" as primary dimension. I want to give dual dimensioning with "mm" as secondary dimension selecting all dimensions at once.
Can anybody please provide a "VB OR...
Hi,
I have a requirement where in, I want to rename the instances automatically using MACRO, when I replace a part in Assembly.
Can anyone please provide a code or programme for it. Below is one code I got in this website itself, Does it serve my purpose?
Sub CATMain()
Dim documentlist
Dim...