API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Methods > set Method > OdGePoint3d::set Method (OdGePoint2d &, double)
OdGePoint3d::set Method (OdGePoint2d &, double)
Syntax
C++
OdGePoint3d& set(const OdGePoint2d & xy, double zz = 0.0);
Parameters 
Description 
const OdGePoint2d & xy 
[in] A 2D point that provides the X and Y coordinates for this point.  
double zz = 0.0 
[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.