API Reference > OdGe Classes > OdGePosition2d Class > OdGePosition2d Constructor > OdGePosition2d::OdGePosition2d Constructor (double, double)
OdGePosition2d::OdGePosition2d Constructor (double, double)
Syntax
C++
OdGePosition2d(double x, double y);
Parameters 
Description 
double x 
[in] The X-coordinate of the position.  
double y 
[in] The Y-coordinate of the position. 

Constructor for the OdGePosition2d class. 

 

The constructor constructs position object with specified coordinate values.

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