API Reference > OdDb Classes > OdDbLoftedSurface Class > OdDbLoftedSurface Methods > OdDbLoftedSurface::setLoftOptions Method
OdDbLoftedSurface::setLoftOptions Method
Syntax
C++
OdResult setLoftOptions(const OdDbLoftOptions& loftOptions);
Parameters 
Description 
const OdDbLoftOptions& loftOptions 
[in] New loft option values to be set.
 

Returns eOk if the lofted surface was successfully recreated with new options or an appropriate error code otherwise.

Sets new loft option values and recreates the surface. 

 

This method is implemented only for Spatial modeler and returns eNotImplementedYet status for other modelers.

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