Overload_Rhino_Geometry_Rectangle3d_CreateFromPolyline - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() ![]() |
CreateFromPolyline(IEnumerable(Point3d)) | Attempts to create a rectangle from a polyline. In order for the polyline to qualify as a rectangle, it must have 4 or 5 corner points (i.e. it need not be closed). |
![]() ![]() |
CreateFromPolyline(IEnumerable(Point3d), Double, Double) | Attempts to create a Rectangle from a Polyline. In order for a polyline to qualify as a rectangle, it must have 4 or 5 corner points (i.e. it need not be closed). This overload also returns deviations. |