CreateLineStartToStart

Use this method to draw a line between the start point of a line and start point of another line.

Input Parameters

       line1        Input line from whose start point the line has to start .
 
        line2        Input line at whose start point the line has to end.
 

Output Parameters

        creates and returns the line
 

Description

    Using the start point of the first line and the start point of the second line, creates the line in the active sketch. Applies the AutoConstraint for the created line.