Completed
Stitch brep surfaces into brep solid
Scott Walsh
Many surfacing techniques allow complex shapes to be formed from the ground up (points->Lines->Surfaces->Brep). Right now there is no way to combine surfaces to create a brep.
It would be nice to be able to use surfaces to create a BREP solid as long as it is a closed entity (water tight).
I expect this would be implemented by a call like
Brep newBrep = Brep.Solidify(List<Surface>)
This option would be a great boolean options that already exist.
14
Comments
In Eyeshot 2025 we introduced the Solidifier class, and the Design.Solidify methods.
These classes and methods merge adjacent surfaces to form a Brep.
Yes, that would be great!
Maybe simpler to request than to implement, but that would definitely a worthwhile new Feature with possible application in almosty any kind of Eyeshot-based CAD System :)
Or ist there any kind of Stitch feature/function?
That's actually a problem we're working on, right now.
Some kind of answer or comment would be nice.
Any news on this matter?
It seems that Entities.Surface.Section is much slower than brep.Section. So it is possible that I will be helped a lot when a set of surfaces can be "merged" into a single brep.
Please sign in to leave a comment.