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

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

 

Example of Working with the UCS Record Object 

Specific Properties of UCSs 

OdDbUCSTableRecord::yAxis() method

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