obucklin

Results 5 issues of obucklin

`python -m compas_rhino.install` adds the COMPAS packages to `~/.rhinocode/py27-rh8/Lib/site-packages` instead of `\AppData\Roaming\McNeel\Rhinoceros\8.0\scripts`. Grasshopper components cannot then import the modules. there is a workaround which is to include ``` pt =...

The description of `angle_vectors_signed(u, v, normal, deg=False, tol=None)` is confusing and I've been using it wrong for the past year. I expected it to act like a projection plane with...

Howdy! I was hoping to implement some `GH_Component` override methods that only work on compiled components. See this image for reference: ![image](https://github.com/user-attachments/assets/07b5be48-1768-47ae-9815-4af7ab630f4c) This action creates a `.ghpy` file for the...

This fix catches the case where one or more of the vectors to be measured is parallel to the projection normal. This was returning an angle of 0, and it...

JointTrajectoryPoint looks like this: ```JointTrajectoryPoint((8.368, -0.832, -2.226, -0.091, 1.021, -1.290, 0.000, 1.840, -0.091), (2, 2, 2, 0, 0, 0, 0, 0, 0), (0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000,...

bug