Version: |
1.2 |
Description: |
Determines whether the 3D view is viewed as a wireframe or shaded view. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCSet3DDisplay(short* iError, short iCode); |
Delphi |
procedure VCSet3DDisplay(var iError: Smallint; iCode: Smallint); stdcall; |
ActiveX/COM |
Sub Set3DDisplay(ByVal iCode As Integer) |
Parameters: |
iCode - sets the 3D view type. |
Notes: |
When creating 3D views of a drawing three parameters are required. They are view type, eye location, and viewed position. VCSetProjection3Ddetermines the view type and thus how the lines will be viewed in relation to each other, that is flat, parallel or perspective. VCSetView3D established the distance of the viewer from the viewed location as 3D coordinates and thus the level of perspective exaggeration used or the relative size of the view. VCChangeView3Dcan allow the users view point to be moved incrementally in certain directions and thus creates a limited "walk-through" functionality. 3D views can be viewed in wireframe or with the Visual CADD™ built in quick shading. VCSet3DDisplay provides the ability to view the drawing as a quick shade and VCSet3DQShadeOptions determines the level of quick shade when the drawing is shaded. |
See Also: |
VCSet3DQShadeOptions, VCChangeView3D, VCSetView3D, VCSetProjection3D |