-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Line 3272 in 3217ca4
| var ints = Curve.CreateBooleanIntersection(cell.ToNurbsCurve(), bounds.ToNurbsCurve(), Utils.RhinoTolerance); |
it returns empty intersections sometimes due to the lack of planarize
cell curve with the input plane, resulting in null cells.
Due this method belongs to the Vertex class and the Plane property belongs to Delaunay2d class, the planarize transformation must to be done before calling the method, but the vertices of the cell are in the method context. So, consider setting a plane type argument if it does not have serious consequences.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working