rhino3dm icon indicating copy to clipboard operation
rhino3dm copied to clipboard

Libraries based on OpenNURBS with a RhinoCommon style

Results 52 rhino3dm issues
Sort by recently updated
recently updated
newest added

I can get the properties of a `ViewInfo` object, but cannot seem to get the `.viewport` in js: These are from the `NamedViews` array on a `File3dm` object.

js

Allow for extraction of the preview images from a 3dm file. In order to keep it cross platform we can create a function that directly returns the RGBA pixels and...

enhancement

Hi, would it be possible to add a signed .net version? (Downloadable here or even better from Nuget) Some usages in windows explorer do not allow unsigned libraries. Thanks a...

dotnet

In particular, the native libs (armeabi-v7a, arm64-v8a, x86_64, x86) are larger than those produced by the old Rhino3dmIO (gyp) build.

dotnet

(I'm not sure we have any library version information in the compiled versions of the js and py libraries.) Add a property to the library object which contains the library...

enhancement
js

I recently failed to build the javascript library using: ``` python scripts/build.py --platform js -o -v ``` because there was a build error. However, the script reported success (and the...

bug

Ironically, the python scripts in the scripts folder - bootstrap.py, setup.py, and build.py - do not yet support Python. This is because of the special need to generate the wheel...

enhancement
py
build

This pull request enables inspection and manipulation of line types in an openNURBS model by adding `Linetype` and `File3dmLinetypeTable` classes to the rhino3dm Python module. Comments and criticism are welcome...

reported: https://discourse.mcneel.com/t/3dmloader-for-three-js/107702/27?u=fraguada Expose more information on annotations, such as start and endpoints.

binding

I'm working with rhino3dm JS in Node with the wasm module. I'm trying to work with a 1gb file but have been getting this error from the wasm. `Cannot enlarge...

js