Creating Version Control for Rhino to work collaboratively
Autocad (2020 I think) added feature where you could diff files and see changes (green: added, red: deleted, yellow: modified etc.), which sounds like an apt base for version control. It wasn’t that...
View ArticleHow to get Visual Studio to use Rhino 7 in debug mode
@stevebaer, I am now a proud owner of Rhino 7. But I need some help. When I use debug mode in Visual Studio 2017 to debug my Rhino/C++ script, it starts up Rhino 6 rather than Rhino 7. What do I...
View Article(C# node) Replace the default preview with custom preview override
Hi, C# node has a custom preview override functions. However, it seems like the custom preview override just adds things on top of the default preview (the geometries come out from the output slots)....
View ArticleAdd Objects from dxf via Rhino.FileIO.FileReference with their original...
Hi all, I have a question concerning Rhino.FileIO.FileReference… I am able to create the object one, but not able to insert them as real objects into a new Rhino file. If inserted they should keep...
View ArticleOpen webpage in Rhino's webbrowser using .NET
Hi! I have not found in the forum how to open the rhino browser with a specific page, only in python here but I have tried to run: var ps = Rhino.Runtime.PythonScript.Create();...
View ArticleEto Button wrong layout when displayed on external screen
Hello, I’m developing a plugin Panel on Rhino Mac using Eto.Forms. All is fine except for an Eto.Button that behaves weirdly when displayed on an external screen rather than the native Mac Retina...
View ArticleExtractMeshFaces SelBrush exposed in C++?
Hi, I need to access the functionality displayed when running command ExtractMeshFaces SelBrush, that is a brush that selects mesh faces (with SelectThroughObjects=No). I don’t mean the brush itself,...
View ArticleCompute.rhino3d.appserver partially empty output when using THREE.JS STL loader
Hello, I am currently trying to use VUE: upload STL -> THREEJS Loader -> rhino3dm -> compute.rhino3d.appserver -> compute.rhino3dm -> THREEJS Loader My problem is, many rhino3dm meshes...
View ArticleTrack Change in C# RhinoCommon
Hi, I was wondering what is the best way to do the following (and I would appreciate some help): Let’s say I want to create my own Point class - MyPoint - that has the Point3d information plus some...
View ArticleForce rhino to crash
Force Rhino to create crash dump file? Rhino for Windows @Jarek, below only works if you’re able to enter commands, so i am not sure if this works since you’ve said it is frozen: Run _TestCrash, as...
View ArticlePurgeLayer doesn't delete layers with objects in them
As discovered in this thread: How to delete a layer from GH? it appears that the PurgeLayer function is just a copy of the DeleteLayer function and does not in fact let you delete a parent layer with...
View ArticleMigration from Rhino5 to Rhino6
Hi I want to migrate my Rhino5 plugin to Rhino6. Please how to do the migration. Cant find the link about how to migrate from Rhino5 to Rhino6 - I am sure the link was around until recently. I can...
View ArticleQuestion about MultiPause in macro?
curious why this works with a _Pause but doesn’t with _MultiPause. seems like it should behave the same? the MultiPause causes the _Cap _Flat to be run after _Offset is complete. _DupEdge _Pause...
View ArticleC# Point to polyline distance with math
What math is used to calculate the distance from a point to a polyline in C# Hmmmmm… https://en.wikipedia.org/wiki/Altitude_(triangle) Doing this but than for multiple segments of the polyline? Is it...
View ArticleRhino Compute + Appserver on Heroku - not working
Hi! I’ve followed the tutorial related to configuring Rhino Compute on AWS and AppServer on Heroku and I’m almost sure that everything is setup correctly, but… it is not working:) I’ve got connection...
View ArticleBest framework for building UI for Rhino/Grasshopper in 2020
Is there anyone who can give wise advice, or a link to a great overview article, about a big decision of what UI framework to use for building user interfaces for Rhino and Grasshopper in 2020? I only...
View ArticleUnable to load Plug-in: ID already in use. Rhino 6SR31
Hello, Some of our users are experiencing some issues with the plug-in we develop when they upgraded to SR30 and SR31. Specifically we have encountered 2 issues, which I am not sure if they are...
View ArticleQuery regarding Trimmed and Untrimmed surfaces
Hello guys, I am working on mapping Rhino entities into corresponding Parasolid entities. I have a query regarding trimmed and untrimmed surface. Does Open NURBS API provide us any information to...
View ArticleCheck for overlapping leaders
Using RhinoCommon how can I check if the text of two leaders is overlapping? In specific, how can I get the bounding box of just its text (excluding the arrow)? I did not fin the Text geometry on...
View ArticleAutomated installation of specific service releases of Rhino 7 (and 6, 5)
While investigating on how to automate the process of provisioning new cloud servers running Rhino 7 using core hour billing, I found the PowerShell script bootstrap-server.ps1 which is mentioned...
View Article