Rhino Beta: `ModifyObjectAttributes` triggered on selection/deselection of...
@idid wrote: If this is expected behaviour, forget about it! But it seems a bit strange, as in userspace, unless you actually do something with the selected object, the attributes do not change,...
View ArticleOpenfolder
@cadguy wrote: I’m using this to open a folder window. But if the window is already open and I want to bring it to the front not open a nether window. Sub folder_profiles() 'file = "Profiles" Const...
View Articlehttp://developer.rhino3d.com/api/RhinoScriptSyntax/
@david.m.jones11 wrote: Has anyone experienced difficulty recently viewing the listed link? My list of modules, located on the left side, are overlapping with the primary portion of the page that...
View ArticleGet "input" field? Rhino for Mac
@ChristopherBotha wrote: is there a way to disable the input field in a get in rhino for mac? it may confuse users about where they should be selecting data? the rest of the code runs just fine, copy...
View ArticleQuestion about cefsharp integration
@Jong_Hoon_Lee1 wrote: Hi, Rhino user. I’m developing application. I used grasshopper in the past, Currently, for a period of about two and a half years Unity3D has been developing non-game...
View ArticleFinal knot value greater than total length
@karol_wierzbick wrote: Hi, I have a PolylineCurve, which one point was moved by the gumbal, and thus the curve was shortened form 6 meters to 2.249 meters. When I try to find discontinuity G1 locus...
View ArticleCant create Brep intersection
@catalin wrote: Hello, I try to use the CreateFromBox method and I cant get breps by doing that. This is part my code: Dim bbox = brep.GetBoundingBox(True) Dim corner = bbox.GetCorners() For i = dt To...
View ArticleHow to add a function of grasshopper into my plug-in?
@804301183 wrote: I’m developing a plug-in using C#. How can I realize a function of grasshopper in my plug-in? When I searching on the internet, all of them are how to develop grasshopper functions,...
View ArticleSample code for RhinoApp.KeyboardEvent
@HepChan wrote: Hi @dale, Could you kindly post a sample code for the KeyboardEvent as I would like to track the ‘Delete’ key. Posts: 1 Participants: 1 Read full topic
View ArticleHandling different Conduit classes
@PaulPoinet wrote: Hi there, I am currently experimenting with the DisplayConduit class. I am following the guidelines described here, fully aware of this: Another thing to realize is that there can...
View ArticleSave data to file (without using Document Data)
@Tim_Williams wrote: Trying to develop a plugin for Rhino 6 using python. I want to save lists of data, possibly 100’s of items, between rhino sessions, but I’m trying to avoid using DocumentData and...
View ArticleBrepBrep Intersection Error
@catalin wrote: Hello, I try to get some curves from BrepBrep intersection. When I create a box and I try the code everything works fine, but when I try it with a pyramid I get this error: “Index was...
View ArticleVector 2pt in C# Scripting Component?
@stevescott517 wrote: How do I draw a vector between two points in a C# script? Posts: 1 Participants: 1 Read full topic
View ArticleShell Extension accessing rhinocommon or opennurbs
@ChristopherBotha wrote: I poked a stick at writing a shell extension to thumbnail STL files, color based on how big the file is. green = light - red = heavy with yellow and orange between. the coding...
View ArticleIndigo Renderer plug-in
@tom_svilans wrote: Hi all, Just opening a dedicated thread for chat about Indigo Renderer (http://indigorenderer.com/) plug-in development! @nathanletwory Posts: 4 Participants: 3 Read full topic
View ArticleDifferent angle for similar vectors
@karol_wierzbick wrote: Hi, Can I ask for a bit of explanation? I am not getting expected results when calculating vector angles. For one set of vectors I get a result 90 degrees, for another I get...
View ArticleNon uniform scale from a given point
@Alberto wrote: Hi, I have an issue when using Transform.Scale(plane, x, y, z) in RhinoCommon. As you can see from the image below I am scaling from the purple dot, where the arrow points. The...
View ArticleCancel Rhino Close/Exit
@jordy1989 wrote: I am running Rhino when I start my own application and when someone starts a design I load a file and make Rhino visible. When they close Rhino I want to hide it instead. Is it...
View ArticleSolution exception:Input parameter index [-1] too low for Component
@stevescott517 wrote: Repost from Stack Overflow: Stack Overflow Question I am not sure why I am getting this error for the input parameter index being too low. I usually get this error when the...
View ArticleRhinoDoc.ReadFile fails randomly in 64-bit Rhino
@david.browne wrote: I have a RhinoCommon plugin which I have developed for Rhino 5, using WPF for UI inside a Rhino panel. One of the functionalities of the plugin is to import geometry from an...
View Article