Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello, everyone!
I am doing a programming project and as a part of it I should realize the function, that collect and return all constraint information of Creo assembly by using VB API. Following are information I should collect.
1.Parent Product. I should return the path to the parent product, e.g [Product 1\Product 24]
2.Constraint name.
3.Constraint type. Type con be distance, on, concentricity and so on.
4.Parts. Every item contains an array with the path to the corresponding parts.
If you have done similar programming with Pro/E model, it is also very helpful. Thank you very much for your kind help!
Christian