HI all
is there any way how to create a macro to activate or deactivate the name of the part or product with like on the picture
Thing is that when we import products from PLM we sometimes want to see which version is last
Hi everyone
I have searched the forum about this topic in the name and does anyone know how to make a macro where we can activate/deactivate STP license from Sharable Products?
here is the name of a previous thread
thread560-350925
Hi all
I have an error in Visual Studio that "Set" and "Let" commands are no longer supported. Does anyone know which command I should use?
Here is one small example of the code in VB and what would be the code in Visual Studio?
Sub CATMain()
Dim partDocument1 As PartDocument
Set partDocument1...
thread560-65187
Hi Everyone I have created one macro in Visual studio and converted it to .exe. I saw on a forum (thread560-65187) that it is working but on my Catia it doesn`t
The macro that I created works fine when I click it directly on .exe file, but with the following macros that I found...
Hi everyone
does anyone know how make a macro to convert isolated point into the 3D coordinates?
I have a youtube link how someone made it but the code is missing
https://www.youtube.com/watch?v=3Y5DdJ2Eta8
Thanks
Hi everyone, i an new making Catia VBA macros. I started to make VBA macro for creating new part with naming file directly to in macro.
here is the problem that i have:
1. I created the simple code to make catpart (code below) and i would like to change yelow line with usser form like in the...