API Reference > OdDb Classes > OdDbAbstractViewTableRecord Class > OdDbAbstractViewTableRecord Methods > OdDbAbstractViewTableRecord::isUcsOrthographic Method
OdDbAbstractViewTableRecord::isUcsOrthographic Method
Syntax
C++
bool isUcsOrthographic(OdDb::OrthographicView& orthoUcs, const OdDbDatabase* pDb = 0) const;
Parameters 
Description 
OdDb::OrthographicView& orthoUcs 
[out] Receives the orthographic view type.  
const OdDbDatabase* pDb = 0 
[in] Working database. 

Returns true if and only if the UCS associated with this View is orthographic with respect to UCSBASE (DXF 79). 

 

orthoUcs 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 

 

If if this View object is database resident, the pDb parameter is ignored.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.