Version: 
Back to list

CAD :: createSegmentCurve

Synopsis

   Create a segment curve from two given points

GUI Dialog

   

Script function

   cad.createSegmentCurve(firstPoint, secondPoint) -> segmentCurve

Parameters

   firstPoint (Point3) : First point
   secondPoint (Point3) : Second point

Return value

   segmentCurve (LimitedCurve) : Segment curve created from the two given points