Block commands from GetOption() options
@nathanletwory wrote: I have code that looks like this: protected override Result RunCommand(RhinoDoc doc, RunMode mode) { var gopt = new GetOption(); // from Rhino.Input.Custom int disableIdx =...
View ArticleNeed Eto source code documentation
@kitjmv wrote: Hello, The Eto assembly installed with Rhino has not been compiled with the inline documentation. And we lose the benefit of the contextual help in our editor. When we need to learn a...
View ArticleGet angle between 2 lines
@shehanwilfred wrote: Hi, I have 2 lines which are in the same layer, what I want to do is calculate the angle between the 2 lines. How could I do this in c#? I have the 2 Line objects within my code....
View ArticleRhino 6 C++ SDK Example Flows based plugin
@sghosh wrote: Hi All, I just wanted to share that I have a work in progress Rhino6 C++ project including unit testing with Google Test. Here is the link to it on GitHub Flows Based Plugins Any...
View ArticlePyton image processing : determine if a image file is all solid color etc.?
@Jarek wrote: Hi All, I am looking for a way to efficiently check if an image on HD (JPG, PNG, BMP) is all singe solid color (ie. all black, all white, or, if PNG, all transparent). Is there any...
View ArticleRhinoCommon: Equivalent of Weld Mesh Edge / Unweld Mesh Edge
@Dmitriy wrote: Hi guys, As header states - trying to find out how can I make mesh edge welded/unwelded as equivalent to Rhino Command. Thanks, Dmitriy Posts: 2 Participants: 2 Read full topic
View ArticleIdentify Sides of an exploded object
@shehanwilfred wrote: Hi, I am coding up a plugin in C# to add perpendicular lines to all the edge of a selected shape (assuming shape is a 4 sided). I could not find anything to identify the edges of...
View ArticleEnabling and disabling toolbar buttons programatically
@tj1 wrote: Hi, I develop a Rhino plugin that has two states - one for setting up problems to solve, and one for viewing results. At the moment, we run one toolbar that contains some buttons that work...
View ArticleMac and native C++ assemblies
@Petras_Vestartas wrote: I would like to ask about making grasshopper add-ons for mac users. Since I do not have such computer/operating system, I would like to ask what are the main issues? Is Rhino...
View ArticleWhen loading C++ plugins Rhinoceros 6 get stuck in release after installing sr10
@gm_user wrote: The loading of our C++ plugins has always worked until sr10 has been installed. After installing sr10, plugins which are loaded for the first time, make Rhinoceros stall. All works if...
View ArticleGeometric computation in Rhino libs
@cottonbale wrote: Hi all, Does anyone know if there’s anything in rhinocommon or the c++ SDK underneath or compatible third party libraries that have these sorts of algorithms in? image.png1240x722...
View ArticleOutlines of 2D objects
@Petras_Vestartas wrote: Hi, I would like to ask if there is any RhinoCommon method that does similar thing to Make2D from top view. It is similar thing as screenshot attached of make2d method in...
View ArticleRhino.Geometry.Transform.Translation does not move all mesh vertices by the...
@thomas.k wrote: Hello We are working with Rhino Version 6 (6.3.18090.471, 31.03.2018) on Windows 10 x64. After processing the buildings near the coordinate system origin in order to avoid problems...
View ArticleIs there a way to reference rhino group to grasshopper?
@Petras_Vestartas wrote: Hi, Is there a way to reference rhino group to grasshopper? When referencing rhino objects as guid it only references one object at a time. If it is not possible to do with...
View ArticleOne offset command for offsetting surfaces and curves
@tomodelar wrote: Hello I wonder if there is any possibility to merge “Offset” and “OffsetSrf” commands as one cmd same for the surfaces and curves ? Also “extend” cmd. It is same like in Alias auto...
View ArticleGrasshopper Python Parallel Implementation
@Mat_S wrote: Could someone give an overview of how the parallels module in pythongh is implemented? I have many questions, which I think anyone trying to speed up their code would want to know before...
View ArticleopenGL over RDP
@Willem wrote: Hi, This might be slightly OT but we are setting up a remote machine we will be accessing through RDP. Does anyone have experience with running Rhino this way? Are there issues we have...
View ArticlePython inside c# Visual Studio
@ricardo.eira wrote: Hello, I have a lot of python scripts with many custom modules.py, as I’m diving into python I fill the limitations in relation to rhino, The first one is the compiler+custom...
View ArticleRhino/RhinoCommon TextEntity possible bug
@software_comas wrote: Hi I think i found a possible bug in Rhino/RhinoCommon and this is the way to reproduce it: Create a new document Add a new TextBlock (_Text command) Choose vertical and...
View ArticleCustom object for storing internal meta-information
@Taavi_Looke wrote: Hi! I’m looking for a way to create a custom object that could be used to store meta-information about the model (specifically a Plane and Vector2d), display this information as...
View Article