API Reference > OdDb Classes > OdDbGeoData Class > OdDbGeoData Methods > OdDbGeoData::setReferencePoint Method
OdDbGeoData::setReferencePoint Method
Syntax
C++
OdResult setReferencePoint(const OdGePoint3d& point);
Parameters 
Description 
const OdGePoint3d& point 
[in] Reference point. 

Sets the reference point associated with the design coordinates that is set by the setDesignPoint() method. 

 

If the type of coordinate is kCoordTypLocal, the point argument is defined by the setCoordinateSystem() method of this object.

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