Version: 
Back to list
CAD :: createSegmentCurve
Synopsis
   Create a segment curve from two given pointsGUI Dialog
   
Script function
   cad.createSegmentCurve(firstPoint, secondPoint) -> segmentCurveParameters
   firstPoint (Point3) : First point
   secondPoint (Point3) : Second point
Return value
   segmentCurve (LimitedCurve
) : Segment curve created from the two given points