OffsetBrep in c# is wrongs

why?Offset.tBrep in c# is wrongs.
but in rhino(offsetSurface is correct)(in this Object!)


OFFCETbREOC#.gh (9.4 KB)
https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Brep_CreateOffsetBrep_1.htm

Hi
I think it should be your surface problem.This should be a polysurface, not an Untrimmed Surface.
So I baked the geometry to the rhino. Pick up the GH again and it will succeed.
1
OFFCETbREOC#.gh (13.1 KB)

yes when use this method to extrude(polysrf) offsetSrf is correct! :point_down:

Polysrf.Faces.SplitKinkyFaces(RhinoDocument.ModelAbsoluteTolerance);

Ehsan.gh (9.6 KB)

1 Like