Open chenkasirer opened 9 months ago
I think this should be the opposite: https://github.com/compas-dev/compas_occ/blob/d310651376849bb3615d78cef81c8a965ffd4514/src/compas_occ/brep/brep.py#L1451-L1453
as it was before: https://github.com/compas-dev/compas_occ/commit/e3ee66c9ea957ff270e27375394071da50d286a9
should be solved now. will release new version soon...
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