API Reference > OdDb Classes > OdDbUCSTableRecord Class > OdDbUCSTableRecord Methods > OdDbUCSTableRecord::setXAxis Method
OdDbUCSTableRecord::setXAxis Method
Syntax
C++
void setXAxis(const OdGeVector3d& geXVector);
Parameters 
Description 
const OdGeVector3d& geXVector 
[in] Three-dimensional vector instance which stores the X,Y,Z coordinates of the X-axis. 

Sets the three-dimensional vector of the X-axis of the user coordinate system (UCS) relative to X-axis of the world coordinate system (WCS) for the UCS record object (DXF 11). 

 

Example of Working with the UCS Record Object 

Specific Properties of UCSs 

OdDbUCSTableRecord::xAxis() method

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