Hi everyone!
How can I change the activeDocument from Part to Assembly and back in an API written in Visual Basic 6?
Indeed my problem is I open a Part modify it and close it with
objDocP.Close
then open the assembly on the way
'Connect to a running instance of Solid Edge.
Set objApp =...