API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Methods > set Method > OdGePoint3d::set Method (double, double, double)
OdGePoint3d::set Method (double, double, double)
Syntax
C++
OdGePoint3d& set(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. 

Sets the parameters for this point according to the arguments 

 

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