Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLoftOptions::setSimplify Method
Syntax
C++
void setSimplify(bool simplify);

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. 

 

Parameters
Description
simplify
[in] A new value of the simplify flag.
Copyright © 2002-2022. Open Design Alliance All rights reserved.