Version: 
Back to list

CAD :: getIntersectionCurveDefinition

Synopsis

   get all parameters contained in the intersectionCurve

GUI Dialog

   

Script function

   cad.getIntersectionCurveDefinition(intersectionCurve) -> (surface1, surface2, chart, bounds)

Parameters

   intersectionCurve (IntersectionCurve) : The intersectionCurve

Return value

   surface1 (Surface) : The first surface of the intersectionCurve
   surface2 (Surface) : The second surface of the intersectionCurve
   chart (PolylineCurve) : The chart of the intersectionCurve
   bounds (Bounds1D) : The boudns of the intersectionCurve