Version: 
Back to list

CAD :: createBoundedCurve

Synopsis

   Create a bounded curve from a curve

GUI Dialog

   

Script function

   cad.createBoundedCurve(curve, minBound, maxBound) -> boundedCurve

Parameters

   curve (Curve) : Curve to bound
   minBound (Double) : Minimum bound parameter
   maxBound (Double) : Maximum bound parameter

Return value

   boundedCurve (LimitedCurve) : Curve bounded with given bounds