Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve3d::getInterval Method (OdGeInterval&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
void getInterval(OdGeInterval& interval, OdGePoint3d& start, OdGePoint3d& end) const;

Gets the parametric interval of this curve. 

 

Parameters
Description
interval
[out] Receives the parametric interval of this curve.
start
[out] Receives the start point of the interval.
end
[out] Receives the end point of the interval.

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

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