compas icon indicating copy to clipboard operation
compas copied to clipboard

Add plane_brep intersection method

Open ZacZhangzhuo opened this issue 2 years ago • 3 comments

Add plane_brep intersection method

Details

Just found in compas.geometry, there is no intersection_plane_brep like Rhino.Geometry.Intersect.Intersection.BrepPlane method in Rhino API. This function would be useful for slicing objects in additive printing, or other fabrication scenarios. Hope this function could be added.

This request is also added in compas forum

ZacZhangzhuo avatar Feb 24 '23 13:02 ZacZhangzhuo

just found the compas.geometry.Brep.slice in Brep is exactly what we need, although it is a bit hidden and not categorized in compas.geometry.intersection. Hope the whole Brep class can be upgrade for easier use soon!

ZacZhangzhuo avatar Feb 24 '23 13:02 ZacZhangzhuo

/cc @chenkasirer

gonzalocasas avatar Feb 28 '23 10:02 gonzalocasas

Commented on the discussion here TL;DR there's a trim(), is it the same? is it just a naming difference?

chenkasirer avatar Feb 28 '23 10:02 chenkasirer