Version: 
Back to list
CAD :: createBoundedCurve
Synopsis
   Create a bounded curve from a curveGUI Dialog
   
Script function
   cad.createBoundedCurve(curve, minBound, maxBound) -> boundedCurveParameters
   curve (Curve
) : Curve to bound
   minBound (Double) : Minimum bound parameter
   maxBound (Double) : Maximum bound parameter
Return value
   boundedCurve (LimitedCurve
) : Curve bounded with given bounds