-
Rhino mesh to PolyMesh and TopOpt solver seem to be playing up when called in the test framework, but _everything_ else should be covered!!
-
Currently running a webapp in the Tomcat plugin does not work, apparently due to a classloader issue; code is at rhino/http/servlet/test/tomcat.jsh.js
-
Reset engine in RhinoPython results in this error in GhPython (until the user restarts Rhino)
Runtime error (ImportException): No module named scriptcontext
Traceback:
line 1, in script
piac updated
13 years ago
-
# 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.…
-
**Describe the bug**
this is the output at the end of the log:
```
[INFO] Process return code is 0
[INFO] Executing:
[INFO] javac -source 1.6 -target 1.6 -classpath *_omitted the paths here_*
[…
-
Try to fill the holes of a mesh as the Rhino command.
-
Did you ever do more work on this library, or would I be best just running SJCL through Rhino?
-
### Minecraft Version
1.16.5
### KubeJS Version
kubejs-forge-1605.3.19-build.299
### Rhino Version
rhino-forge-1605.1.5-build.75
### Architectury Version
architectury-1.30.53
#…
-
**Is your feature request related to a problem? Please describe.**
It's very confusing both to new users and more experienced users when there is a mismatch between java objects and javascript primit…
-
This will enable Rhino to play nice with ThreadPoolExecutor when the client calls Future.cancel(true);