Article | 41023762 |
Type | HowTo |
Product | Engine |
Version | 5.0.1.1034Alpha |
Date Added | 10/29/2004 |
Submitted by | Max Minyayev |
Keywords |
In order to work the Wire with PrespectiveMode on then you must call the following:
VDraw.ActiveDocument.ActiveLayOut.View3DMode = vdc_3D
VDraw.Redraw
instead of:
' VDraw.CommandAction.View3D "WIRE"