Use Grasshopper inside RhinoCommon
Hi everyone! I want to use grasshopper inside rhino common, by using I mean defining input curves, values, and baking result curves from the final block. Is it possible? How to do that? Thanks! 5...
View ArticleDisplayConduit ghosted
Hi @dale and everyone else, Is there a possibility to create actually transparent materials in display conduit? I’m trying to create the same effect as in the rhino ghosted view for my display conduit...
View ArticleMesh.createFromThreejsJSON() arguments Rhino3dm Javascript
Hello, for rhino3dm meshes there is the rhino3dm mesh.toThreejsJSON method. How should it’s “reverse function” rhino.Mesh.createFromThreejsJSON() be called? Documentation:...
View ArticleRhino.Compute mesh parameter
Hello, I am currently exploring the Rhino.Compute app server (https://github.com/mcneel/compute.rhino3d.appserver) in combination with Rhino.Compute (https://github.com/mcneel/compute.rhino3d). Steve...
View ArticleRhino Compute JavaScript Mesh Input Parameter Error
Attempting to send Rhino meshes to node API running Rhino Compute to the evaluate a Grasshopper Definition. I get the error SerializationException member: 'archive3dm' was not found when trying to...
View ArticleObjectPropertiesPage dynamic content
Hello, is there a recomended way how to make content of ObjectPropertiesPages dynamic? My problem is, that content depends on selected object’s custom type. In one case I want to display section A and...
View ArticleInsert file as block in RhinoCommon (not via CommandLine)
Hello there, right now I am using the command line to insert external files as a block and I have to admit it is a bit bulky. Is there any way of doing that in RhinoCommon? I found some documentation...
View ArticleData Tree Path in Python
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleData Tree Path in Python
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleData Tree Path in Python
Hi, I am trying to get Data Tree with custom paths. For instance, I have 5 points and each of them are named with a number(2,2,3,4,5) I want to get output as seen below: image1123×499 57.8 KB Here is...
View ArticleAdd Block Instance into file
Good afternoon sirs! I’m currently experimenting on how I can exchange information from rhino to python and the other way arround. So I was testing how to write a block instance into a 3dm file. Here...
View ArticleExport file in RhinoCommon (not via command line)
Hi there, I have not found anything in RhinoCommon about exporting items. So far I use the command line, but it is a bit bulky (like the import as well). Is there an option in RhinoCommon to export...
View ArticleClosest distance between two curves CurveCurveIntersection
Hi, How I can compute closest distance between two curves? I use curve curve intersection, but it is sensitive to tolerance. If I set tolerance to 10 it gives good result and if 100 it is way off. Is...
View ArticleHaving Trouble with Setting and Baking Light Class Properties
I’m having trouble baking out some of the Light Class Properties after creating lights in a Grasshopper C# script. private void RunScript(bool bake, Plane Plane, double Angle, double Intensity, ref...
View ArticleGeometry encoding for Compute
Could you show how you create this input data? I’ve got an error when I’m trying to pass Points using this method: let x = new this._rhino.Point([-5, 5, 0]); let dataD = { definition: "test.gh",...
View ArticleThere is no resources nor properties under project created by...
Hi I use visual studio 2019 Mac, and download latest visual studio addin. But this addin of Mac doesn’t create properties nor resources under new project folder. It makes impossible to add image as...
View ArticleGet all command buttons / Toolbar items
Hi, I want to explore a different interpretation of interface and for that I need to replace the current toolbar model with my own. The first thing I need is to take all the buttons installed and know...
View ArticleOpposite of DuplicateNakedEdgeCurves
I’m trying to get all edges from a polysurface that are not naked edges. Is there an easy way of doing this? I know there’s DuplicateEdgeCurves but I’d need to filter out all the naked edges. Is there...
View ArticleSubD missing
Hi I’m totally new to Rhino, but it might be just what I’m looking for. I tried to install RhinoComputer by following this site: developer.rhino3d.com Rhino Compute ™ (Windows) This guide covers all...
View ArticleGrasshopper compute scheduled solution
Hi all, We have some users testing our grasshopper tools on Compute. We are trying to resolve an issue, and I believe that it’s to do with the fact that in some of the scripts a multiple stage...
View Article