How to create such special Grasshopper component?
@zhangvip0755 wrote: Hello everyone! What’s the way to creat a Grasshopper components that can be added at input, added at output, optional at input and optional at battery? Thank you in advance for...
View ArticleProblem with Assign data to parameter in C#
@pak01 wrote: Hi, I’m currently developing my first Rhino plug in C# for my application. I am new to programming and have been able to get my plug in to run in rhino. It manages to open Grasshopper...
View ArticlePython Version in GH/Rhino6/MAC?
@rob.guglielmetti wrote: I am trying to use a library developed in Python 3 for Grasshopper/Rhino, and am hitting endless barriers trying to use it on the Mac. I have a current demo build of Rhino6...
View ArticleSetSliderValue - data transmission between GH component
@Jio wrote: Hello, I’m trying to develop a Rhino interface in C# to control a GH process. I use the function SetSliderValue and the value is well send to the GH slider but the data are not transmitted...
View ArticleMultithreading + Variable component parameters
@vnatarajan wrote: Hi , I’m trying to create a c# plugin component that implements both multithreading and variable parameters. I’ve got the code working with GH_TaskCapableComponent, and am now...
View ArticleAccess persistent data
@rawitscher-torres wrote: Hi guys, I am trying to access the value from an input to a remote component via C#. But the PersistentData property is giving me an empty structure for some reason....
View ArticlePass string data in protected override void
@vahid.azizi.1992 wrote: I don’t know why in the below method the string is null. how should I pass data by solveinstance() ? string getstiring; protected override void SolveInstance (IGH_DataAccess...
View ArticlePoint command in grasshopper
@nghezaw1 wrote: Im trying to connect numbers from the item command to one point command but it would only attach to one element not all of them how can I fix that? Posts: 1 Participants: 1 Read full...
View ArticleGeometryBase input parameter recognise as Brep instead of NurbsSurface in a...
@Moonpick wrote: Hello all, I am new to GH Development, coming from other CAD horizons, I am still in discovering modus, but it’s cool I enjoy the tool so far. And here comes my first question to the...
View ArticleVariable arc and color within a square grid
@linzk wrote: Tiling jpeg.jpg5100×3300 1.85 MB This is the 9x9 tiling pattern I need to create. In each square, the colored areas are kept together (all the top triangles, all the bottoms, etc.) and...
View ArticleCreate a grasshopper component failed
@zhangvip0755 wrote: Hello everyone! I tried to create a grasshopper component with the python ghpy compiler. The original ghpython ran normally, but there was an error after creation. I tried to...
View ArticleConvert Rhino Mesh to Three.js BufferGeometry
@bpachuca1 wrote: I am attempting to convert a rhino mesh in Grasshopper python to a BufferGeometry that will be read in Three.js/WebGL. Three.js does have converters available to go from .obj to...
View ArticleSelect surfaces of a plane
@hugocs87 wrote: Hello there, I’m trying to explode a brep in grasshopper and then select the surfaces oriented on the XY plane, and get rid of the other ones… Can somebody help me? image.png1535×812...
View ArticleConnection to MySQL database in GhPython component
@e.pouls wrote: Hi guys, I want to connect Grasshopper to MySQL database. I want to have the outcome of a sqlquery as output of the GhPython component. import clr clr.AddReference('System.Data') from...
View ArticleGet Transform Data from Morph Components?
@acation wrote: I am wondering if it is possible at all to get an Xform from any of the morph classes in Rhinocommon? I wonder the same thing about BoxMorph… My intuition tells me it’s not possible...
View ArticleC# clear values of File Path component?
@distantkitty wrote: I would like to be able to clear the values of my ‘File Path’ components after a process has ended. Ideally after my Runscript command. I have done similar with toggle switched,...
View Article`LoftOptions` class in RhinoCommon/Grasshopper SDK?
@jgarciadelcasti wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View Article`LoftOptions` class in RhinoCommon/Grasshopper SDK?
@garciadelcastillo wrote: Hi there! We are writing a C# Script component (not a compiled one) that needs to output a LoftOptions object to further interface with a native GH Loft component. However, I...
View ArticleDe-Entwine
@dsonntag wrote: I was wondering if there is some way to create a reverse “Entwine” function with native Grasshopper components. Context would be to take various DataTrees and merge them to one stream...
View ArticleDefine output DataTree for multiple called components
@sven.schiller100 wrote: Hey, I wrote a component that has a tree as output. The input is one number item. But as I plugin a list of numbers the component is called multiple times and the output is...
View Article