Product : Engine, Version : 5.0.1.1034Alpha, ArticleID : 41023762

HowTo : Changing 3dview to wire

Article41023762
TypeHowTo
ProductEngine
Version5.0.1.1034Alpha
Date Added10/29/2004
Submitted byMax Minyayev
Keywords

Subject

Changing 3dview to wire

Summary

How to use perspective view with WIRE ?

Solution

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"