Rhino crashes after plugin install
Hello Discourse. I’m developing a plugin and I created an rhi installer. On a reboot of Rhino the plugin attemps to install but crashes. Everything seems to work fine after this. The plugin is...
View ArticleCannot Deserialize Leaders
Hello Discourse, I can serialize Leaders successfully, however I cannot seem to Deserialize them? Unsure why. When I try I get this message: “The constructor to deserialize an object of type...
View ArticleCan't registrated panel in rhino C#
Dear all! I am a biginer in Rhino plugin developing and i have some problems with registrating the panel. Could you, please explain to me how I could solve this exception: "System.ArgumentException:...
View ArticleObject UserStrings deleted when attempting to modify a single userstring from...
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleRender material polish property
Hi, when creating custom materials i´d like to have rough/polished value as you get with the metal material in Rhino. i can not find a property like that. i tried “shine” but that does not seem to do...
View ArticleRhinoApp.RunScript not fired when called from OptionsDialogPage
Hey, I am trying to write a C# plugin for Rhino. Right now I am trying to run a command after settings of my plugin changed. Problem is, that when I try to call RhinoApp.RunCommand() from OnApply...
View ArticleClosest distance between two curves CurveCurveIntersection
Hi, How I can compute closest distance between two curves? I use curve curve intersection, but it is sensitive to tolerance. If I set tolerance to 10 it gives good result and if 100 it is way off. Is...
View ArticleUser attributes advanced plugin
Hello, I have something on my mind and i would like to eventually develop it. It would be a plugin handling user attributes of objects in advanced fashion since rhinos native functionality is very...
View ArticleWorksession.ModelCount causes exception in RhinoCommon Mac
Hi, This is mostly a bug repport. We are developping an exporter plugin for Rhino6 on Windows and Mac using RhinoCommon and noticed that accessing the Worksession.ModelCount produces an exception on...
View ArticleGet mesh face from vertex indices
Hello May I ask if there is a good way to get the index of a face if I know the indices of its 3 or 4 vertices? Currently I am doing the following, which is not very neat: vertexIds = [273, 69, 188]#...
View ArticleEto Control.Invoke
Hello, Do you know of an equivalent of the “System.Windows.Forms.Control.Invoke” method in Eto? thank you, jmv. 2 posts - 1 participant Read full topic
View ArticleI'm using messagebox wrong
need another set of eyes please, no matter what i choose it runs the “messagebox test1” question = Rhino.MessageBox("Restore previous state?", 1) If (question = 0) Then Call rhino.MessageBox("test1")...
View ArticleEto CodeEditor readonly mode
Hello, I am testing to convert my Windows.Forms or WPF windows to Eto. I was using AvalonEdit to view the source code. I only need to visualize, so I set Avalon to Readonly =" True " but with...
View ArticleMatching equal point sets
Hi, I am doing fairly simple point matching, two know which point id of the second set is equal to the first set. Two sets contains the same amount of points The order of points differs Both point...
View ArticleFile () not found, unable to open
hey so I’m fairly new, but I’m having trouble getting this file to import in any file that is not itself. Rhino seems to be cutting off my path at “C:\Users” ignores “\n” in my file path, prompts to...
View ArticleRhino6 plugin update
Looking for a way to update .rhp file while Rhino is opened and just have Rhino load the new version when re-starting. Currently the .rhp file location is locked since Rhino opens that file directly....
View ArticleModeling a Cage
Helo! I have a question. Is it possible to model a cage or control? I need the control cage to have points only in the domain of the object. I was able to use the surface as a control. 1 post - 1...
View ArticleRhinoInside Siemens NX Problem
@stevebaer @DavidRutten Hi Steve, Hi David, I am trying to develop a rhinoinside plug-in for Siemens NX, my primary reference is RhinoInside.Revit. I encountered a problem now. When i hit the Start...
View ArticlePlugin installer RhinoCommon version mismatch
I struggled a bit to upgrade our v6 project to v7 on Mac but succeeded. I’ve copied the Mac VS Project to a new Project that are targeting Windows like in the cross platform guide. It mostly works,...
View ArticleSplit mesh curves
Hello everyone, Can someone tell me what is the best way of splitting a mesh with sets of the curves? I have a quad mesh and I want to split it with the sets of a countour polyline curve and as the...
View Article