API Reference > OdDb Classes > OdDbBlendOptions Class > OdDbBlendOptions Methods > OdDbBlendOptions::setSolid Method
OdDbBlendOptions::setSolid Method

The solid option allows the implementation to stitch the output surface to the  

input section curves in order to produce a solid body. This function is reserved  

for future use. Currently, blend surface always output an surface. It cannot  

output solid. 

 

Syntax
C++
OdResult setSolid(bool val);
Parameters 
Description 
bool val 
Input specifying true or false 

Return Acad::eOk if successful.

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