Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve2d::isPeriodic Method
Syntax
C++
bool isPeriodic(double& period) const;

Determines if the curve is periodic.

Parameters
Description
period
[in] Period of the curve value.

true if the curve is periodic; false otherwise.

The curve is periodic if and only if it is closed and the two points evalPoint(t) and evalPoint(t+period) are always the same point for all values of t. By default this function throws the exception "not Implemented". Should be implemented in derived classes.

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