v1.0.2
Added
- Added
compas_occ.brep.from_planes
as plugin forcompas.geometry.brep.from_planes
.
Changed
- Fixed bug in
Brep.from_extrusion
by addingcap_ends
parameter and by raising an exception when it is used :) - Fixed bug in
Brep.trim
by removing the part of the brep that is in front of the trim plane.