If I use the IsLine() on the following line. It returns False. Even though in Rhino under the details for the element is says it is a line. The file is attached.
Code:Object1 = rs.GetObject('Select Curve',4) LineTest1 = rs.IsLine(Object1) print(LineTest1)


Reply With Quote
