API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Constructor > OdGePoint3d::OdGePoint3d Constructor (double, double, double)
OdGePoint3d::OdGePoint3d Constructor (double, double, double)
Syntax
C++
OdGePoint3d(double xx, double yy, double zz);
Parameters 
Description 
double xx 
[in] The X-coordinate of this point.  
double yy 
[in] The Y-coordinate of this point.  
double zz 
[in] The Z-coordinate of this point. 

Constructor for the OdGePoint3d class. 

 

Constructs a 3D point with specified coordinates.

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