I had the same issue on V5-6 R2012, I did found a trick,
first make sure your network card is active while no connection, there is a registery setting for that something related to media sense. So you can have the hardware id avialable while in network is not connected.
then, extract offline...
finally with the help of ChatGPT I got this solved, to consider the assembly instace orientation to project iso view individually from the assembly inside, here is the caclculatuion needed to transfer the up and site vector
' Get the position of the product
Dim pos(11)...
Here is the code i am working on, this is to process all the components of an assembly and projected the current view in 3D to the drawing.
This works well on the parts which has not position orientation in the assembly, but for the components that has position orientation(rotated) in the...
Yes I can get that one, but how this and the viewpoint information can be tranfer to the vector that drawingViewGenerativeBehavior1.DefineIsometricView use?
thread560-419177
regarding the https://www.eng-tips.com/viewthread.cfm?qid=419177
the macro from cstark works very well for generic iso view creatation.
But this view calculation of cross product vector wont work with the assembly components that has orientation defined in the assembly.
If we...