From the help:
Returns: Tuple
A tuple of four 3-D points that define the corners of the rectangle if successful. Points are returned in counter-clockwise order. See the image below for details.
If I look at this in the debugger, this looks different than an ordinary point list (see images)
What is this Rhino.Geometry.Point3d[]? It is what Rhino.Input.RhinoGet.GetRectangle returns, but I don't know what kind of object this is... Shouldn't this just be a tuple or a list?
There is no problem referencing the items in the list or whatever it is, I just want to understand...
--Mitch


Reply With Quote
