Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Kant1
  • Order by date
  1. Kant1

    How to setup visual studio 2013 & 3DExp to make VSTA macro

    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...
  2. Kant1

    Hybridshape name from a point

    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...
  3. Kant1

    Reorder Parameters

    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...
  4. Kant1

    UserFrom Selection and Reload

    I found a solution using SelectElement3 and do not reset my usrform but only my captation.
  5. Kant1

    UserFrom Selection and Reload

    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...
  6. Kant1

    Catia macro from Excel macro

    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...
  7. Kant1

    Catia macro from Excel macro

    Thanks for your help. It's almost what I want to do. My CATIA macro was written in VBA not in VBScript so do you how to deal with that ? Thanks
  8. Kant1

    Catia macro from Excel macro

    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...

Part and Inventory Search

Back
Top