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