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

Constructor for the OdGePosition3d class. 

 

The constructor constructs position object with specified coordinate values.

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