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

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