Failed boolean difference
Hi! I failed to perform boolean difference here to make these corner matching to each other perfectly. Can you please help me with that? Thank you! image710×576 30.4 KB 1 post - 1 participant Read...
View ArticleRhino Plugin C++ Release version
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleRhino.Compute error depending on order of requests
Hello, I am currently experimenting with compute.rhino3d.appserver and rhino compute (compute.geometry). The workflow is followed: VUE: upload geometry, request to compute.rhino3d.appserver ->...
View ArticleCreating and Working with Kinks in RhinoCommon
I’m interested in implementing a similar functionality to Rhino’s InsertKink command. However, I’d like to be able to nominate an existing row of controls points as a kink, rather than inserting three...
View ArticleCompiled plug-in message doesn't show when loading
I noticed that the message which usually appears at the command line when my plug-in loads is not there in V7. image802×372 28.3 KB This message is very important for ascertaining how current (or not)...
View ArticleMergeAllFaces
I downloaded rhino 7 evaluation and it seems like some commands typed won’t appear but do work, for example, I type in mergeallfaces and it won’t give a suggestion nor show up in the list but does...
View ArticleViewCapture Display Mode
I am using Rhino.Display.ViewCapture.CaptureToBitmap(ViewCaptureSetting) to capture high resolution screenshot of a model. I remember when I was running this method before the most recent Rhino...
View ArticlePlease make failing method raise an exception instead of popping up an error...
Could RhinoCommon please throw an exception instead of popping up this dialog? when running this bad code: import rhinoscriptsyntax as rs if not rs.IsLayer("A"):rs.AddLayer("A") if not...
View ArticleEto ColorPicker not showing on some PC
Hi everyone, I’m developing a plugin for Rhino 6 and I’m using Eto for the UI. I have a ColorPicker added to a DynamicLayout and in some workstations the control doesn’t show up at all. I’m running...
View ArticleMethod for decreasing curve/surface degree
I wanted to share a method I recently discovered to reduce the degree of a NURBS curve/surface from its end/side while still maintaining G2 continuity at that end/side. For a curve, where d1 is the...
View ArticleHelical strakes on flexible riser
Hi, can i ask how to do the helical strakes on flexible riser with constant height and different pitch? I managed to do the strakes using helix and pipe but the helical strakes on the riser have its...
View ArticleRhino3dm extrusion to brep
Hi all, I am using this method to convert an extrusion into a brep as I am interested in accessing individual faces. In the image below, on the left-hand side you have extrusion and on the right-hand...
View ArticleC++ Plugin can use in v6, but v7 prompt error dependent DLL is out of date...
Hi; I wrote a plugin by VS2017, it can load in v6, but v7 prompt error dependent DLL is out of date when load. Does anyone have the same problem ? Is there a way to solve this problem ? v7...
View ArticleRhinoscript selection methods, wrong url
Hi there, in this link: https://developer.rhino3d.com/api/rhinoscript/selection_methods/selection_methods.htm the selection method “ObjectsByName” redirects to the page for “ObjectsByLayer”. I had no...
View ArticleReverse face U-direction maintaining the normal direction
Hi there, I have a closed Brep, and I would like to reverse some of the faces in U-direction but keeping the normals outwards, this is important for the CAM software which I used for CNC milling. I...
View ArticleRhinoCommon Docs Version Confusion
Hi McNeel Devs, With V7 now out, I’m finding it a bit confusing which version the developer documentation is targeting. I have this link bookmarked as RhinoCommon V6 (which I believe is the same one...
View Article"Creating Zoo plugins" vs "Creating Plugins that use the Zoo"
What’s the difference between this and this page on the developers website? From the title I would think they’re the same but it seems like the instructions on each page differ. So which guide should...
View ArticleBasic Operation Problem
Im just having a problem to find the basic xyz coordinates of a solid in Rhino 7, any answers? Thanks, Marc123675 1 post - 1 participant Read full topic
View ArticleRhino inside Windows Form or Wpf Window
I have encapsulated rhino inside a window form and I create many points and lines programmatically . For doing this , I modify the sample in github. Now i want to modify the geometrical shapes with...
View ArticleTo traverse the instance definition to get geometry only once
Hello guys, I want to export Rhino model to Parasolid. While traversing Rhino model I am getting instance reference object. I have added code to iterate instance definition block to get geometry for...
View Article