API Reference > OdDb Classes > OdDbUCSTableRecord Class > OdDbUCSTableRecord Methods > OdDbUCSTableRecord::ucsBaseOrigin Method
OdDbUCSTableRecord::ucsBaseOrigin Method
Syntax
C++
OdGePoint3d ucsBaseOrigin(OdDb::OrthographicView nView) const;
Parameters 
Description 
OdDb::OrthographicView nView 
[in] Identifier of the orthographic view. 

Returns the three-dimensional point of the origin of the user coordinate system (UCS) for the specified orthographic view in the world coordinate system (WCS) (DXF 13), when the UCSBASE system variable is set to this UCS record object. 

 

The orthographic view identifier can take the following values: 1-Top, 2-Bottom, 3-Front, 4-Back, 5-Left, 6-Right.

Example of Working with the UCS Record Object 

Specific Properties of UCSs 

OdDbUCSTableRecord::setUcsBaseOrigin() method

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