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

Sets the design coordinates of the point associated with the point position specified by the setReferencePoint() method. 

 

There is no default value for the point's design coordinates. They must be specified clearly by the application that creates an OdDbGeoData object.

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