Hello all,
I am trying to do some investigation on the capabilities of VSTA macro in 3DExperience 2018x.
My issue is any time I launch the test code it crash.
I had just create a simple VSTA library :
Then I open it and I have this code :
using System;
namespace...
Hello everyone,
I am looking for a way to find the hybridshape containing a point.
I have a tree like this :
Body
|
|-Hybridshape1
|
|-Hybridsahpe2
|
|-Point1
The only information I have is the point as an object and I would like to get hybridshape1 and 2...
Hello,
I'm looking for a way to reorder my parameters whiit out delete existing links. I have a lot of parameters in the parameters section and I would like to separate themin different parameters sets.
I can do it manually with "reoder" function but I don't ho to do with vba cause the recorder...
Hello evrybody,
I have two problem with my macro :
1)I load a USerForm no modal and I ask the user to select different kind of item with SelectElement2 but when then UserFrom appears I can select anything in the product tree. My macro is launched from Excel my be the problem come from here but I...
Thanks for your help, below the final code :
Dim sFilePath As String
Dim sFileName As String
Dim sModule As String
Dim sProcedure As String
Dim sFilePathAndName As String
Dim CATIA As Object
Dim CatSysServ As Variant
Dim Params() As Variant
Dim vRetVal As Variant
'Everything here is...
Hello,
I'm programming two macro. One on CATIA and the other on Excel. What I want is that the Excel macro call the CATIA macro but currently I don't how to do that, the only think I'm doing is to open CATIA and my CATPart from Excel.
This is my code in Excel macro :
Sub CATIA_liaison()
Dim...