API Reference > OdDb Classes > OdDbUCSTableRecord Class > OdDbUCSTableRecord Methods > OdDbUCSTableRecord::setOrigin Method
OdDbUCSTableRecord::setOrigin Method
Syntax
C++
void setOrigin(const OdGePoint3d& gePoint);
Parameters 
Description 
const OdGePoint3d& gePoint 
[in] Three-dimensional point instance which stores the X,Y,Z coordinates of the origin. 

Sets the origin of the user coordinate system (UCS) relative to the origin of the world coordinate system (WCS) for the UCS record object (DXF 10). 

 

Example of Working with the UCS Record Object 

Specific Properties of UCSs 

OdDbUCSTableRecord::origin() method

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