API Reference > Classes > Geometry Classes > OdBmGCurve Class > OdBmGCurve Methods > OdBmGCurve::makeBound Method
OdBmGCurve::makeBound Method
Syntax
C++
OdResult makeBound(const double startParameter, const double endParameter);
Parameters 
Description 
const double startParameter 
[in] New start interval parameter.  
const double endParameter 
[in] New end interval parameter.
 

Returns eOk if successful or an appropriate error code in the other case.

Changes the bounds of this curve to the specified values.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.