|
This method indicates whether a curve is closed, i.e. it joins itself (smoothly or not) at the ends of its principal parameter range.
Status = IsClosed ( );
Return: (Boolean) Status |
TRUE if curve closed. |
This function must always return TRUE if IGeom3DCurve::IsPeriodic does.
|