API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > setInterval Method > OdGeCurve3d::setInterval Method (OdGeInterval&)
OdGeCurve3d::setInterval Method (OdGeInterval&)
Syntax
C++
bool setInterval(const OdGeInterval& interval);
Parameters 
Description 
const OdGeInterval& interval 
[in] Parametric interval of this curve. 

true if interval is successfully set, false otherwise.

Sets the parametric interval of this curve. 

 

By default this function throws the exception "not Implemented". Should be implemented in derived classes.

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