Version: 
Back to list
CAD :: isCurvePeriodic
Synopsis
   if the curve is periodic return true, return false otherwiseGUI Dialog
   
Script function
   cad.isCurvePeriodic(curve) -> (periodic, period)Parameters
   curve (Curve
) : The curve
Return value
   periodic (Boolean) : The value
   period (Double) : If th curve is periodic, this value is equal to the period value, equal to 0 otherwise