how to change between PartDocument and AssemblyDocument in Solid Edge (vb API)
how to change between PartDocument and AssemblyDocument in Solid Edge (vb API)
(OP)
Hi everyone!
How can I change the activeDocument from Part to Assembly and back in an API written in Visual Basic 6?
How can I change the activeDocument from Part to Assembly and back in an API written in Visual Basic 6?






RE: how to change between PartDocument and AssemblyDocument in Solid Edge (vb API)
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: how to change between PartDocument and AssemblyDocument in Solid Edge (vb API)
with Set objDoc = objDocs.Item(N) the Nth open window (document) can be selected
and with objDoc.Activate it can be activated