API Reference > OdDb Classes > OdDbLoftOptions Class > OdDbLoftOptions Methods > OdDbLoftOptions::setSimplify Method
OdDbLoftOptions::setSimplify Method
Syntax
C++
void setSimplify(bool simplify);
Parameters 
Description 
bool simplify 
[in] A new value of the simplify flag. 

Sets the value of the simplify flag. 

If the simplify flag is set to true, simple surface types (such as plane, cylinder, cone, sphere and torus) are created whenever all of the cross sections lie on such a surface. If the simplify flag is set to false, a general surface type will be created. The default value is true. 

 

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