Quantcast
Channel: Rhino Developer - McNeel Forum

Image may be NSFW.
Clik here to view.

Extract mesh holes in Rhino3dm

Dear McNeel, Is it possible to extract inner naked (hole) lines, of a mesh via Rhino3dmNET library? I would like to extract the blue colored lines: I tried converting the mesh to a brep...

View Article


Image may be NSFW.
Clik here to view.

Bind C++ and Python

Hi, I’d like to share a technique for creating C++ and Python bindings. This approach allows you to develop your code both locally and cross-platform. The package includes a PYPI setup with GitHub...

View Article


Image may be NSFW.
Clik here to view.

[RhinoCommon] Geometry.GetBoundingBox() Bug?

I found I could not get a surface’s bounding box accurately, so I think it might be a bug. Here is a GH file. Could you check it? boundring_box_bug.gh (132.2 KB) 6 posts - 3 participants Read full topic

View Article

Image may be NSFW.
Clik here to view.

Automatic Resize Behavior for DockBar in WPF Plugin

Hi, I’ve created a plugin for Rhino using WPF and registered it as a DockBar. Currently, it appears as a panel docked to the left side of the Rhino interface. I’d like to implement an automatic resize...

View Article

400: Error parsing manifest.yml: Invalid description

Hello I’ve experiencing this error when I tried to push my yak to server. this is my manifest and I don’t know why name: sinuli version: 0.1.22206+9293 authors: Sinuli description: “Sinuli first test...

View Article


Plugin Rhino.PlugIns.PlugIn.FileImportPlugIn or FileExportPlugIn

Hello! I was wondering, how it is to supposed to setup, if one wants to use both the Import and Export functionalities of FileImportPlugIn and FileExportPlugIn, since i can only inherit and define one...

View Article

Image may be NSFW.
Clik here to view.

Net 7.0 mac-windows compatibility - OnLoad not called

in short: I came across a strange behaviour using the build project (.rhp) from the windows site, on the mac side. looks like OnLoad is not called - and some validation is bypassed. in detail: the...

View Article

One click installer for Rhino plugin and window/container layout

Hi, If i want to deploy an internally made plugin, a custom window/containers layout, and templates to a team or organisation-wide after a fresh installation of Rhino 8 in Windows, how can i go around...

View Article


Rhino 9 WIP Python 3 Error: module 'urllib' has no attribute 'parse'

Hi Guys, Been trying to test DKUI in Rhino 9 WIP and get this error on PY3 components: AttributeError: module ‘urllib’ has no attribute ‘parse’ import urllib save_name =...

View Article


Image may be NSFW.
Clik here to view.

Py2 invalid integer number literal?

So I have a guy trying to test DKUI here in Cape Town and my server component shows an error on his machine: I’ve cut the code down to what I believe shows the issue. On my machine it shows this: On...

View Article

Image may be NSFW.
Clik here to view.

Initialization of a custom plugin (using OnLoad() method)

I want to be able to call some methods when my rhino plugin loads. From the documentation I see that OnLoad() method is for this, but I can’t get it to work. I have this code: using System; using...

View Article

Image may be NSFW.
Clik here to view.

.rui Save As missing in Rhino 8

Hi, In Rhino 8, I have seen two capabilities missing that were available in Rhino 7. Am I missing an alternative that has been provided? Firstly, Rhino 7 has a folder named UI at...

View Article

Unable to start a local compute server

I ran through this guide for setting up compute on a windows server with no issues, however the server is not launching. /healthcheck returns Healthy; /activechildren returns 0. I found the logs below...

View Article


Trying to understand how Digitizer works in Rhino

I would like to capture input from digitizer in a C# plug-in, but I am only guessing how a digitizer actually works in Rhino. I found the sample for C++ which I am trying to “parse”, so that’s at...

View Article

Rhino Compute on IIS is failing to serve requests

Hi, I deployed Rhino on IIS using this guide Rhino - Deployment to Production Servers But when I make first request, I could see that many compute.geometry.exe in Task Manager and I also see the...

View Article


Rhino.compute for net 8

Hi, I’m using rhino.compute for handling calculations, and deploying my plugin to it by .rhp file using PluginManager. I recently run into problem using enable attribute in net 8 projects that are...

View Article

Rhino 8 crashes on MAC when started in automated test

Hi, I am an AutoQA engineer testing a Rhino plugin. Recently, Rhino 8 started crashing after attempting to start it through a Squish automation on MAC. I am attaching a .txt file containing an error...

View Article


Starting rhino with runscript from vscode

Hi, My goal here is to debug my plugin from vscode while having different starting setups. I’ve coded several commands in my test plugin to setup the environment and what I do (and it works) from...

View Article

Image may be NSFW.
Clik here to view.

Import external materials[C# 7]

I want to import external materials. If the current document does not have them, add them. If they exist, replace the existing materials. Importing can be done using the function...

View Article

SpaceMouse Input For Grasshopper

I’d like nComponent to take live vector input from a 3Dconnexion SpaceMouse—the device we normally use to navigate around a model, but which (as far as I know) can’t directly re-orient the mesh...

View Article

Image may be NSFW.
Clik here to view.

Converting .HDR* to Bitmap

Hello , in rhino has an internal tool for converting .HDR* to bitmap for use in UI. Is it possible for me to use this method for myself? If so, how? Thank you for your response. @nathanletwory 4 posts...

View Article


Can I provide GUI with C# script

Hi Developers, I would like to ask if I can provide Dockable GUI(s) with the new C# script. Or do I still need to do the old way with MS Visual Studio? Regards, Andras 4 posts - 2 participants Read...

View Article


How to reorder Brep edge indices to match a baseline Brep using RhinoComm

Hello, I have a single NURBS surface (Brep) in Rhino, and a reference surface obtained from it by exporting and then re-importing. These two surfaces are geometrically identical — they have the same...

View Article

How do I resize a dockbar in Rhino 8

Hi, I am building a Rhino plugin in CSharp/Dot net. This plugin creates dockbars similarly to SampleCsDockBar project. I need my dockbar to be docked to the right, with a specific width. How can I...

View Article

Copy TextEntity to Headless Document

How do I copy a TextObject to a new headless document? This script works perfectly for curves but not for Text Objects - how do i handle them? using System; using System.Linq; using...

View Article