I am trying to insert the current assembly view into a drawing. I have used this below successfully. But when i change "*Front" to "*Current" it does not give me anything.
Set swView = swDrawing.CreateDrawViewFromModelView3("C:\SW\Parts.sldasm", "*Front", 0, 0, 0)
Thanks
Use