Version: 
Back to list

CAD :: createIntersectionCurve

Synopsis

   Create a Intersection Curve

GUI Dialog

   

Script function

   cad.createIntersectionCurve(firstSurface, secondSurface, chart, minBounds, maxBounds) -> IntersectionCurve

Parameters

   firstSurface (Surface) : First surface of the intersection curve
   secondSurface (Surface) : Second surface of the intersection curve
   chart (PolylineCurve) : Direction curve of the intersection curve
   minBounds (Double) : Minimum value of the bounds of the intersection curve
   maxBounds (Double) : Maximum value of the bounds of the intersection curve

Return value

   IntersectionCurve (LimitedCurve) : Intersection curve