Version: 
Back to list

CAD :: isSurfacePeriodic

Synopsis

   return if the surface is periodic on U or on V

GUI Dialog

   

Script function

   cad.isSurfacePeriodic(surface) -> (periodicU, periodicV, periodU, periodV)

Parameters

   surface (Surface) : The surface

Return value

   periodicU (Boolean) : The value on U
   periodicV (Boolean) : The value on V
   periodU (Double) : If th curve is periodic on U, this value is equal to the period value, equal to 0 otherwise
   periodV (Double) : If th curve is periodic on V, this value is equal to the period value, equal to 0 otherwise