API Reference > OdDb Classes > OdDbPoint Class > OdDbPoint Methods > OdDbPoint::setPosition Method
OdDbPoint::setPosition Method
Syntax
C++
void setPosition(const OdGePoint3d& gePoint);
Parameters 
Description 
const OdGePoint3d& gePoint 
[in] Three-dimensional point instance to set the point position. 

Sets the WCS position of the point entity (DXF 10). The initial value is (0,0,0) by default. 

 

Example of Working with the Point Object 

Specific Point Properties 

OdDbPoint::position() method

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