How to distribute the plugin for both Rhino 6 and Rhino 7?
Hello, I have a plugin with two slightly different versions. One version for Rhino 6. and One version for Rhino 7. I have to compile different versions because some virtual methods have been changed...
View ArticleGetting started with Rhino Compute and Appserver
Hi I just want to run the example https://github.com/mcneel/compute.rhino3d.appserver shown in the workshop by Steve Baer. I am new to Rhino Inside and js. Maybe somebody will be so kind to help me. I...
View ArticleHow to set gamma in Rhino 7
Hello, In Rhino 6 I used: renderWindow.GetAdjust(); renderWindow.SetAdjust(); to change the gamma settings of the material preview This is obsolete since Rhino7 Probably I should use...
View ArticleSystem.AccessViolationException compute.rhino3d - does anyone else face this...
I already used Rhino.Compute before without this problem, but it somehow stopped working. After this error, I pulled the latest commits and recompiled Rhino.Compute, but the result stays the same. I...
View ArticleEto.Forms nuget differs from the version coming with Rhino
Hey all, I have noticed a slight incompatibility beween the version of Eto.Forms that ships with Rhino and the one on Nuget. Steps to reproduce: create a new c# project, add the Gh / RhinoCommon...
View ArticleCreate Curvy Section - 2D view
Hei, Any hints how to create curvy section in order to get uniformly 2D view of the bridge on XY plane? just using Rhino without Grasshopper. image599×508 27.1 KB Section 2D.3dm (2.8 MB) Thanks for...
View ArticleCan RhinoCommon7 be used in Rhino6
Hi there, I fear this might be one of the most stupid questions ever asked in this forum, but I will give it a shot. Now that Rhino7 is released there is RhinoCommon (7.1.20329.13011-rc). Am I able to...
View ArticleUsing Karamba with a locally-run Rhino Compute server
I am trying to run a Grasshopper script that uses Karamba on a local instance of Rhino.Compute, without any success. I get various erroneous results - either all meshes calculated with the help of...
View ArticleEnsure tanget continuity between adjacent surface patches
hello, i have developed an algorithm that takes an input mesh and tries to create a smoothed brep out of it. The algorithm first creates a series of boundary curves that are tangentially continuous....
View ArticleFinished my grad project of automation of propeller modeling design!
As a master’s student in naval architecture and marine engineering (NAME), my grad project is using python programing the 3D modeling of a propeller that follows the industrial requirements. Had such...
View ArticleJoin surfaces in rhinocommon
Hi Guys Im quite new to Rhinocommon and i am struggling a bit with something that i want to do. I want to export all the geometry on each layers seperately to a stp file and then in the end join all...
View ArticleAdding geometry to unroller - does it retain same order?
For the AddFollowingGeometry method in the Unroller class I’m experiencing some issues with the order of curves after unrolling. I currently create 2 different arrays which will be processed...
View ArticleRhino7 bug Geometry.Intersect.Intersection
Hi, I’ve got a plugin which uses the Geometry.Intersect.Intersection.BrepBrep Method. It worked perfectly fine in Rhino6, but now in Rhino7 it gets hung up. Whenever it finds an actual intersection,...
View ArticleGeneral question regarding testing of code for Rhino plug-in
Hi Guys, I’m working on a Rhino plug-in in C# and am wondering if there is a way/library/framework to automate testing of code. Currently I have a bunch of breps & surfaces on which I test my code...
View ArticleRhinoObject.CreateMeshes does not include texture coordinates on...
Not sure if this is intended or a (minor) bug - but currently (tested in R6 and R7) calling RhinoObject.CreateMeshes(MeshType.Preview, params, false) includes texture coordinates when called on...
View ArticleIf you were to rewrite some part of Rhino what would it be?
Are there are components of Rhino right now that you would consider worth rewriting in future releases? Even if it might break compatibility are there any parts that you think might benefit in terms...
View ArticleMinimal surface
Hello all I wanted to create this form I corrected the first part of the form, but I had a problem in the part where the form should be soft. form.3dm (214.8 KB) 3 posts - 2 participants Read full topic
View ArticleRhinoInside Forms
The RhinoInside example “WinFormsApp” exemplifies in a simple way how to embed rhino in our own application. But is it possible to use rhinocomom to draw directly in this viewport? How can I pass all...
View ArticleSubD Custom Rhino Object
Hello, Is there any plan to add a CustomObject class for SubDObject in Rhino 7? Thanks in advance Kind Regards Will 1 post - 1 participant Read full topic
View Article