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

Returns the UCS origin and orthographic view type for the current PaperSpace UCS. 

 

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.