Hi,
I would like to ask if it is a bug for Brep.Offset method or I am doing something wrong?
I am running Brep.Offset method from C# custom component in grasshopper and I get this type of offset for some of values.
` Brep offset = Brep.CreateOffsetBrep(x, y, true, true, Rhino.RhinoDoc.ActiveDoc.ModelAbsoluteTolerance, out blends, out walls);
Shape is quite simple:
BrepOffset.gh (13.2 KB)