Version:
Back to list
CAD :: getSegmentCurveDefinition
Synopsis
get all parameters contained in the segmentCurveGUI Dialog
Script function
cad.getSegmentCurveDefinition(segmentCurve) -> (startPoint, endPoint)Parameters
segmentCurve (SegmentCurve) : The segmentCurve
Return value
startPoint (Point3) : The first point of the segmentCurve
endPoint (Point3) : The second point of the segmentCurve