API Reference > OdDb Classes > OdDbLoftOptions Class > OdDbLoftOptions Methods > OdDbLoftOptions::simplify Method
OdDbLoftOptions::simplify Method
Syntax
C++
bool simplify() const;

Returns 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.