get_line_intersection# Line.get_line_intersection(line)# Get intersection Coordinate of line with another line. Returns None if intersection not found. Parameters: lineansys.motorcad.core.geometry.Line Returns: ansys.motorcad.core.geometry.Coordinate or None