Faces are added to the Rhino mesh if the vertices exist (well, the index exists). Faces not added will trigger a warning:
Test files
See issue for test file
Additional comments
@epignatelli , I am on your turf here so I hope I don't collide with your current plans (doesn't look like I do given sprint minutes). If I do, feel free to put this on hold. Also happy for you to use a different strategy to solve the issue if you feel this is creating side effects on the normal use of this toolkit.
Actually, no, I take that back. We never perform checks in the BH.Engine.Grasshopper.Compute.DrawRhinoWires method, so I'd leave it like that and delegate the validity of the geometry just when we convert it!
Issues addressed by this PR
Closes #160
Faces are added to the Rhino mesh if the vertices exist (well, the index exists). Faces not added will trigger a warning:
Test files
See issue for test file
Additional comments
@epignatelli , I am on your turf here so I hope I don't collide with your current plans (doesn't look like I do given sprint minutes). If I do, feel free to put this on hold. Also happy for you to use a different strategy to solve the issue if you feel this is creating side effects on the normal use of this toolkit.