API Reference > OdGe Classes > OdGeScale3d Class > OdGeScale3d Methods > OdGeScale3d::set Method
OdGeScale3d::set Method
Syntax
C++
OdGeScale3d& set(double xFactor, double yFactor, double zFactor);
Parameters 
Description 
double xFactor 
[in] The X scale factor.  
double yFactor 
[in] The Y scale factor.  
double zFactor 
[in] The Z scale factor. 

Sets this scale vector to the specified X and Y factors, and returns a reference to this vectors. 

 

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