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