SampleEventWatcher
@XNurbs wrote: @dale We need to listen the OnSelectObject event while running go.GetObjects(1, 0). We can do it with Rhino 6, but Rhino 5 has a different behavior. SampleEventWatcher.zip (22.4 KB) We...
View ArticleAPI for Help Text / Description
@jason_stevenson wrote: Do you guys have anything in RhinoCommon that we can call to get a “Description” for what a give Rhino Command does? We would like to include some more detailed help tooltips...
View ArticleEmulate Tan and Perp Osnap
@gennaro wrote: Hi all, I am trying to emulate the perp and tan osnap in my code. This is pretty much how am I doing it on a curve. void getPerpOsnap(const ON_Curve* crv,...
View ArticleVisual Studio 2017 custom project template HOW TO?
@ivelin.peychev wrote: Hi there, Could anyone explain to me how can one create a custom project template with visual studio 2017? When I searched for the topic I found examples where there is an...
View ArticleRHI installer - is it possible to control Rhino version?
@Jarek wrote: Hi All, Is it possible to control which version of Rhino the RHI package plugin installs? For example if user has Rhino 5,6 and WIP installed, I would like to install only for V6 and...
View ArticleC# Extend Mesh Ngon Class
@Petras1 wrote: Hi, I would like to ask how can I extend Mesh Ngons Class? What I would like to do is when I write MyWonderfullMesh.Ngons. here I would like to have more methods. Currently I am...
View ArticleMesh NGon Boundary Vertices by Index
@Petras1 wrote: Hi, Is it possible to get Mesh Ngon boundary index, without retrieving the full list vertices? For now I have there is only this method: List<uint> v =...
View ArticleHow to embed 3rd party reference dll files into a rhp?
@1912351430 wrote: Hi everyone. I wrote a c# plugin for rhino in visualstudio 2017. The plugin uses several 3rd party references. It worked on my computer, but when I tested it on other computers the...
View ArticleMesh to NGon
@Petras1 wrote: Hi, Is there any .NET example how this Rhino Button is made? I suppose it is all c++? It takes into account angle between meshes and has a smart way to group mesh faces into series of...
View ArticleBrep.CreateBlendSurface Method bugs and feature request
@davidjgall wrote: I wanted a non-interactive in-code C# equivalent for the BlendSrf command. I tried scripting the _-BlendSrf command but it fails out of scripting without registering the second...
View ArticleDrawBrepShaded
@gianfranco74 wrote: Rhino 6 SR13(6.13.19058.371, 27/02/2019) . I created some solid breps with geometry methods and then i got their base geometries with brep.Duplicate() method. If i display them in...
View ArticleFunction Arugments
@Mrothart wrote: Hello. I am trying to understand what the function argument (sender,e) does and what other function arguments there are? Example is “def MyFunction (sender,e):”. I know this one...
View ArticleWhat event deals with point entering closed curve and solid brep?
@ivelin.peychev wrote: I could not find anything in the api. Posts: 1 Participants: 1 Read full topic
View ArticleMultiple contour curves with polysurface
@o11225669 wrote: Hello, I’m trying to retrieve contour curves between a polysurface and a plane. The method Brep.CreateContourCurves works fine but I’d like to get the curves per every surface in the...
View ArticleRotate object around bounding box centroid using rhinoscript
@SNC wrote: I’m trying to rotate an object around it’s own center. So I have found the centroid of its bounding box, but I’m stumped as to how I should use the coordinate information of this centroid...
View ArticleToolbar language default settings
@gianfranco74 wrote: Hi all. I have a problem with the toolptips of mt toolbar when i change language. I set the tooltips for some languages, not all. I noticed that if i change in rhino the language...
View ArticleGet sub layer's object from rhino to grasshopper in c# visual studio
@shaunwu25 wrote: Hi All, I’m developing a plug-in using c# in the visual studio environment. I tried to simply use the sub layer name to find my objects. private void RunScript(object x, object y,...
View ArticleBlocks scaling quirks when changing unit systems
@Taavi_Looke wrote: Hi! I’m trying to change the units of a Rhino file with blocks in it and there’s some weird behavior with block definitions. The same thing happens when coping blocks from one file...
View ArticleText Entitiy CreatePolySurfaces returns Null Value
@MartinIC wrote: Hi, I’ve been using TextEntity CreatePolySurfaces() function to create volumes of Texts. Sometimes (and the Error is not allways occuring, even if the input is the same) some of the...
View ArticleSimulateEnvironment
@marton.parlagh wrote: Hello, What is the correct implementation if I would like to return a custom environment texture from the overridden SimulateEnvironment function (and not just color)? I have...
View Article