API Reference > OdDb Classes > OdDbUCSTableRecord Class
OdDbUCSTableRecord Class
OdDbUCSTableRecordOdDbUCSTableRecordOdDbUCSTableRecord
Syntax
C++
class OdDbUCSTableRecord : public OdDbSymbolTableRecord;

DbUCSTableRecord.h

 

This class implements the UCS record object, which represents a UCS in the database. The UCS is user coordinate system. This class inherits the base functionality of named records.

TD_Db 

Example of Working with the UCS Table Object 

Example of Working with the UCS Record Object 

Working with UCSs 

OdDbUCSTable class

 
Name 
Description 
 
Builds an instance of the UCS record object. 
 
Name 
Description 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbUCSTableRecord. 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Reads the DXF R12 format data of this object.
 
 
Writes the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns three-dimensional point of the origin of the user coordinate system (UCS) in the world coordinate system (WCS) for the UCS record object (DXF 10). 
 
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).
 
 
Sets the origin of the user coordinate system (UCS) (DXF 13) for the specified orthographic view (DXF 71) in the world coordinate system (WCS), when the UCSBASE system variable is set to this UCS record object.
 
 
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).
 
 
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).
 
 
overridables 
 
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.
 
 
Returns three-dimensional vector of the X-axis of the user coordinate system (UCS) in the world coordinate system (WCS) for the UCS record object (DXF 11). 
 
Returns three-dimensional vector of the Y-axis of the user coordinate system (UCS) in the world coordinate system (WCS) for the UCS record object (DXF 12). 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.