Chen Kasirer
Chen Kasirer
You can use `Point.copy()`, which is deep-copy in the COMPAS world, to get the behavior you're expecting. ```python >>> p1 = Point(0, 0, 0) >>> p2 = p1.copy() >>> p1...
Opened https://github.com/compas-dev/compas_fab/pull/356 in an attempt to address this issue by making `Robot.attached_tools` a dictionary which maps a planning group's name to it's attached tool. However, the `robot.attach_tool()` also sets the...
@Licini sorry to ping, I'd just like to merge https://github.com/BlockResearchGroup/compas_model/pull/31 soon
Commented on the discussion [here](https://forum.compas-framework.org/t/add-plane-brep-intersection-method/672) TL;DR there's a `trim()`, is it the same? is it just a naming difference?
`Rhino-stubs` wouldn't let me import `Rhino`. After installing `rhinoinside` I can import `Rhino` but only after calling `rhinoinside.load()`. In that context, COMPAS is not entirely wrong as there is really...
Hi @halimahassan, thanks for opening this! This should be a rather straight-forward addition to `compas_rhino.geometry.RhinoBrep`. I could do it at some point, or - if you have time and interest...
replaced by https://github.com/compas-dev/compas/pull/1375
Sorry, I'm late for the party. I made https://github.com/compas-dev/compas/pull/1384 and only then saw this thread after.. @tomvanmele could you please elaborate on point 1.? I don't quite get it. I...
That is my understanding of the situation as well. We're basically retiring the `compas_rhino.install` mechanism, where, starting from Rhino8, you're expected to install compas inside Rhino as you described above....
One open question for me is how to continue supporting Rhino7 Grasshopper component installation. If we continue installing the user objects to the same place we do now (`AppData\Roaming\Grasshopper\UserObjects`) the...