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?
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 =...
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 =...
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...
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) *...
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...