C++
GE_DLLEXPIMPORT Adesk::Boolean isPeriodic( double& period ) const;
Description
Determines if the curve is periodic. 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.
Parameters
Parameters | Description |
---|---|
period | Input period of curve parameter |