CreateLineMiddleToMiddle

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

Input Parameters

       line1        input line from whose midpoint the line has to start.
 
        line2        input line at whose mid point the line has to end.
 

Output Parameters

        creates and returns the line.
 

Description

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