Hi everyone,
I’m trying to create brep model in the form of letter T. So, I used two tubes with orthogonal intersection and I’m using Rhino SDK function RhinoSimpleRollingBallFillet which returns fillet surfaces. I try many ways to merge those surfaces (tubes and fillets) to create one brep but no result. I want to achieve same effect like Fillet Surfaces Rhino function (from the interface, choosing this function and then Join surfaces).
RhinoJoinBreps() does not join intersection breps, more better solution would be using Boolean Union but this function also does not combine the breps. So, I had to do several operations to achieve the goal, including RhinoSplitBrepFace() end searching for the mated edges and then excluding some breps until finally you are able to use RhinoJoinBreps().
Thanks for the replay.