Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK 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: *

  1. Camillo

    Obtaining property local name

    I tried to use it, however I am getting path from root tree ending with product instance name, without any parameter. Please tak a look on screenshoot below. I would like to obtain "property1" and "property2" without any global/local path. Is it possible without modifying string?
  2. Camillo

    Obtaining property local name

    Hello, I have various user properties under a product and I would like to obtain their "local name". I obtain there properties using: Dim properties as Parameters DIm parameterName as String Set properties = product.ReferenceProduct.UserRefProperties and then in loop parameterName =...
  3. Camillo

    How to check user input for CATPart or CATProduct?

    Hello, Please see my code below. I'm using DELMIA instead of CATIA (the same family), but I think it should work for you too. Option Explicit Sub CATMain() Dim oSelection 'As Selection 'I've sometimes issues when type "Selection" Dim testedObj As Object Set oSelection =...
  4. Camillo

    Reload mechanisms files without restarting project

    Hello, I have models of robots, which are composed of many elements like cgrs, catparts and files without any extensions which can be editied in any text editor. One of these file contains specific data with configuration of the robot. I can edit it and save in notepad or using VBA macro...
  5. Camillo

    Getting rotation angles of products relative to Absolute

    Okay, it was my bad with understanding these posts. Now it works fine. Valid matrix for angles is: aAbs(0) = aRel(0) * vCoord(0) + aRel(1) * vCoord(3) + aRel(2) * vCoord(6) aAbs(1) = aRel(0) * vCoord(1) + aRel(1) * vCoord(4) + aRel(2) * vCoord(7) aAbs(2) = aRel(0) * vCoord(2) + aRel(1) *...
  6. Camillo

    Getting rotation angles of products relative to Absolute

    Hello, I have various assemblies (products) made up with multiple products. For some of them I have the correct mutual coordinates and want to check whether these products are located properly. For example: That's why I would like to obtain (XYZ, YPR) in reference to Absolute (0,0,0,0,0,0) on...

Part and Inventory Search