V ray and rhino 6 c# example
@amitloh wrote: Is there any sample available for vray with rhino 6 in c#? Posts: 3 Participants: 2 Read full topic
View ArticleRhinoGet.GetMultipleObjects doesn't trigger DataGridView update
@Will_Wang wrote: Continuing the discussion from WindowsForms vs Eto.Forms: Can any C# winforms guru shed some light on this? I have a button and it triggers a RhinoGet.GetMultipleObjects call....
View ArticleOpen Rhino Options in an specific page
@lucabrasi wrote: Hi, Is there a way to open the Rhino Options dialog, on a specific page? I’m trying with my 2Shapes page, but I can not do it even in other Rhino pages like File,… image897×765 29.2...
View ArticleDeploying Plugin Toolbars for Rhino for Mac
@seppeldue wrote: Hello, what is the recommended way to deploy a custom toolbar along with plugins for MacOS? Is there something like a .rui file? I tried to save and restore from the .plist file. But...
View ArticleSet Greville Points(c++)
@suc_kiet wrote: Hi; Is there a c++ function in V5 that is the same as NurbsCurve.SetGrevillePoints in RhinoCommon? Posts: 1 Participants: 1 Read full topic
View ArticleGet all Objects in C++?
@ogne941 wrote: I’m trying to create a plugin in c++ for rhino, and part of my goal is to find out if any objects intersect the selected, and if so, which ones. I’m rather new to coding in general,...
View ArticleAccesing Render Material color from GH
@aitorleceta wrote: Hi, i’am trying to access to render materials difuse color from GH but I cant figure out how to do this. My render material aren’t expected to be assigned to any document object at...
View ArticleCurve with 3 points constraint
@patrick_n wrote: Hi, I need to create a curve degree 3 with at least 6 control points. To explain better I need to create the situation done in the SolidWorks Sketch I attached. I know the position...
View ArticleRetrieving the Style of a running command
@luciano.micchini wrote: Hello How can I obtain the Style (i.e. hidden, transparent, ScriptRunner etc) of a running command? I got the stack of the running commands by mean of the method:...
View ArticleRhino custom command not show in command menu
@testjalam wrote: I am using rhino 6 for developing custom command in rhino. I am following videos but at the end i cannot found custome Name commad in rhino command.please help me to understand what...
View ArticleInstanceDefinition Object is not valid
@Dmitriy wrote: Hi, Came across interesting behavior and would like to understand about this behavior: When I ran through InstanceDefinition objects in RC, I am checking if InstanceDefinition is valid...
View ArticleDisplay Conduit Geometry Goes Dotted when Control Points Turned On
@bradlcampbell wrote: I have a RhinoCommon plugin in c# that draws some persistent curves. The plugin is built for both Rhino 5 and Rhino 6 (using shared projects in VS which is kind of interesting...
View ArticleNot Working!Pick points from Conduit- select Grasshopper Preview points
@su.lwpac wrote: I found the reference here for the Pick Points from conduit. https://wiki.mcneel.com/developer/rhinocommonsamples/pickobject And I built the Code on similar statements: using System;...
View ArticleOpening a Wpf form from Rhino Common C# Plugin
@nevin.mathew wrote: HI , How can we open a wpf form as popupform in Rhinocommon plugin c#. We are using the windows usercontrol for the main dock panel for the plugin when users click on the button...
View ArticleHow to Resolve Empty Spaces in C#
@michalina.dengusiak wrote: Hi! My empty space and null is destroying my code and I cannot seem to find a satisfying solution? Can you help, please? In addition I tried this link...
View ArticleRender Material events
@aitorleceta wrote: HI all, to which event should I suscribe to handle “additions” and “deletions” to RenderMaterial table (materials not applied to document objects) and also, which event for...
View ArticlePoint-On-BRep selection
@Daniel_Beckmann wrote: Hi Everyone - Trying to write a plugin (C#) which performs analysis on a point on a surface selected by the user. I’d like to use all possible surface types - surface...
View ArticleTransparent dialog form background?
@Eugen wrote: Hello! Is it possible in Python and ETO to have a dialog form with a transparent background and no title bar? I’m planning to write a quadrant menu system for Rhino, 3ds Max-style (I...
View ArticleIs there a way to undo Rhino's suppression of all command line output
@mathias.fuchs wrote: Hi everyone! When developing a plugin (in whatever language) it sometimes happens that one uses a library which outputs diagnostic messages on the output … for instance, there...
View ArticleEdge Surface method in C#
@mahanmotamedi1991 wrote: Hello everyone, Does the EdgeSurface method exist in Rhino/Grasshopper library in C#? I went through Rhino.Geometry.Surface and Rhino.Geometry.NurbsSurafce and I could not...
View Article