Chen Kasirer

Results 25 issues of Chen Kasirer

Re-work of `assembly.Part` to allow non-destructive application of features to a `Part`. Geometry type agnostic. ### What type of change is this? - [x] Breaking change: bug fix or new...

WIP: added initial implementation of a `compas.geometry.BRep` with a Rhino backend in `compas_rhino.geometry.brep`. 1. Copied over the interface for BRep from `compas_occ` into `compas.geometry.BRep` and generalized. 2. Started implementing the...

Continuing the discussion started in https://github.com/compas-dev/compas/pull/1052. As suggested by @brgcode, it can be beneficial to have the functions in `compas_rhino.conversions` tested as part of the build. These are not currently...

I'm trying to transform a Brep represented by a `TopoDS_Solid` but either the transformation doesn't work (or I'm doing it wrong) or I'm looking at the wrong properties. As a...

Save Brep trim information instead of creating it from the edges. ### What type of change is this? - [ ] Bug fix in a **backwards-compatible** manner. - [ ]...

> This is not an issue with COMPAS or with the componentizer but opening it here for documentation in case this happens in the future. Was getting the following error...

Will allow iterating on arbitrary number of intersection results

To better manage dependencies and ease updating documentation.