Split Curves with a list of points
@yuchen.chen wrote: Hello there, I am trying to shatter curves by points in gpyhton script, however, the result shows " Parameter must be a Guid or string representing a Guid." I go through the lines...
View ArticleHow to execute one time initialisation
@vapeurz wrote: Hi, I’ve been working with Processing previously, and just started learning C#. In Processing, we have void setup() { //code in here only execute once, so that I can initialise my...
View ArticleHow to output a double[,] ? (like a tree object?)
@vapeurz wrote: Dear all, In the c# component, I set an output named “y”, and double [, ] mylist = new double [2,3]; and initiate mylist; y = mylist; but y is always a single list like double[],...
View ArticleGrasshopper SDK for Mac
@dimi.christop wrote: Hi I understand that Rhino 5.4.1 is the latest Mac release of Rhino. I would be interested in creating components for Mac/Rhino/Grasshopper. Does the 5.4.1 mac Rhino support the...
View ArticleQuestion about the Menu_AppendItem Method
@Baris wrote: Hi, I was trying to use the above named method. My question is how to set the image in the (ToolStrip, String, EventHandler, Image, Boolean, Boolean) overload just when the item is...
View ArticleCan't access mesh properties
@Amir_Habibi wrote: Hi , Why can’t I access the mesh properties although I haven’t missed Grasshopper and Rhino using directive (I’m using VS 2015) ? mesh problem.png1740x405 20.4 KB Thank you so far....
View ArticleGrasshopper Component Instance GUID from Duplication
@AlanTai wrote: Hi, I would like to keep track of the InstanceGuid of all instances for a component that I created. I override AddedToDcoument to maintain a list of InstanceGuid . However, when the...
View ArticleKangaroo gravity
@madeleine.kallmarker wrote: Hello, I am struggeling with kangaroo. I have a surface (triangle) I would like to put an gravity (force vector) on. If anyone could give me a script I can use or take a...
View ArticleUnroll doubly curved surface
@aloysiusdsilva6 wrote: I’m having a bit of issue with unrolling doubly curved surfaces in grasshopper (itseems like we cannot unroll double curved surfaces in grasshopper), or getting a planar curves...
View ArticleC# Autocomplete is worse in V6?
@atair wrote: The C# autocomplete was never really good, but now in V6 it got a bit worse. List< string > still gives me List< StringAlignment > or something like that. What seems to have...
View ArticleHexagon PolyLines C#
@Baris wrote: Hi all, I try make a Hexagon Grid on a Surface in c#.Just like the Lunchbox component. As base I used the scipts Nathan miller provided here:...
View ArticleLogic for generating voxels
@Amir_Habibi wrote: Hi , I came up with What is the logic for creating voxels at a mass of points ? , as there is a component written by @MateuszZwierzycki Thanks Posts: 7 Participants: 3 Read full...
View ArticlePattern using Vb
@nikhilingale0411 wrote: I am Trying to create aPattern.gh (8.2 KB) cross section Using polyline and trying to pattern it, Later I want to extrude it, this all using VB Component, I am facing problem...
View ArticlePython to GH module
@Anton wrote: I like to get the attached python code in a GH module. Where would I start to learn the basics of that? I’m not a python guy yet. The input should be an array of 3d points - numpy arrays...
View ArticleAccess number of nested branches within a given branch c#?
@tchen wrote: Hi, I have a question concerning handling DataTrees within the Grasshopper C# Component. So, I have a given set of planes that is structured as followed: {0;0} {0;1} {0;2} {0;3} {1;0}...
View ArticleIssue with simplified trees in python
@dchristev wrote: I’ve noticed an issue with how python interprets trees using the treehelpers.tree_to_list method. When a simplified data structure is plugged in, the tree_to_list function only...
View ArticleConversion from GH_Number to Double
@Dmitriy wrote: Hi, I am trying to convert/cast Object to Double, and get the following message: How to fix? Thanks, Dmitriy Posts: 6 Participants: 4 Read full topic
View Article[BUG] Crash due to infinite loop in GHpython
@ivelin.peychev wrote: Hi, Please excuse me if this is not the correct topic for this section. When during trial & error process in grasshopper with ghpython component, user creates an infinite...
View ArticleRandom points loop
@Amir_Habibi wrote: Hi , what is the best way to loop a set of random double for creating a list of point inside a bounding box ? I’ve showed the way for creating one single point Random random = new...
View ArticlePossible to write F# code for Grasshopper?
@qythium wrote: Wait, it’s possible to write F# code for Grasshopper? I realise it’s based on the same .NET framework as C#/IronPython but how would you go about setting up the runtime, linking...
View Article