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

Sets the value of the ruled flag. 

If the flag is set to true, a ruled surface will be created between each pair of cross sections, which leads to a coarser surface. If the flag is set to false, then a single smooth surface is created. The default value is false. 

 

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