API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > setCurrentUCS Method > OdDbDatabase::setCurrentUCS Method (OdDb::OrthographicView)
OdDbDatabase::setCurrentUCS Method (OdDb::OrthographicView)
Syntax
C++
void setCurrentUCS(OdDb::OrthographicView viewType);
Parameters 
Description 
OdDb::OrthographicView viewType 
[in] Orthographic view type. 

Sets the current UCS of this database object. 

 

viewType must be one of the following: 

 

Name 
Value 
View type 
OdDb::kNonOrthoView 
Non-orthographic with respect to the UCS 
OdDb::kTopView 
Top view with respect to the UCS 
OdDb::kBottomView 
Bottom view with respect to the UCS 
OdDb::kFrontView 
Front view with respect to the UCS 
OdDb::kBackView 
Back view with respect to the UCS 
OdDb::kLeftView 
Left view with respect to the UCS 
OdDb::kRightView 
Right view with respect to the UCS 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.