You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trimming Brep using brep.trimmed() getting an unexpected result compared to Rhino. Specifically, the portion of the brep that is cut away is the one at the opposite direction of the plane's normal. In Rhino, the portion at the direction of the normal is cut.
I would expect the the portion trimmed away is always where the plane's normal is pointing and documented it accordingly in the RhinoBrep implementation.
However, if this is not the desired maybe we can discuss and agree on a consistent convention?
Screenshots
Desktop (please complete the following information):
compas_occ==1.01
OS: Windows
Python 3.12
Conda
The text was updated successfully, but these errors were encountered:
When trimming
Brep
usingbrep.trimmed()
getting an unexpected result compared to Rhino. Specifically, the portion of the brep that is cut away is the one at the opposite direction of the plane's normal. In Rhino, the portion at the direction of the normal is cut.To Reproduce
Expected behavior
I would expect the the portion trimmed away is always where the plane's normal is pointing and documented it accordingly in the
RhinoBrep
implementation.However, if this is not the desired maybe we can discuss and agree on a consistent convention?
Screenshots
Desktop (please complete the following information):
compas_occ==1.01
The text was updated successfully, but these errors were encountered: