@dimcic wrote:
Hi,
this is a pretty basic question, and I think there is a simple answer for RhinoCommon, but I haven`t found the satisfying solution for C++. So, if I have a (closed) curve projected onto a brep, and I want to trim or split the Brep, I basically found two functions:
RhinoBrepSplit - this takes ON_Brep as a “splitter” argument, so I have to extrude or do something else with the Curve to transform it into a Brep before I can split the original Brep, which complicates the matter significantly…
RhinoBrepTrim - I do not really understand the documentation and the implementation of this function and it seems like it also takes ON_Brep as the “cutter”…
So what would be the simples way?
Thanks!
Posts: 1
Participants: 1