API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > getInterval Method > OdGeCurve3d::getInterval Method (OdGeInterval&, OdGePoint3d&, OdGePoint3d&)
OdGeCurve3d::getInterval Method (OdGeInterval&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
void getInterval(OdGeInterval& interval, OdGePoint3d& start, OdGePoint3d& end) const;
Parameters 
Description 
OdGeInterval& interval 
[out] Receives the parametric interval of this curve. 

Returns the parametric interval of this curve. 

 

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

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