How to implement "reparameterize" in ghpython?
@zhangvip0755 wrote: For example, “reparameterize” conversion of surfaces and curves. Thanks in advance! Posts: 2 Participants: 2 Read full topic
View ArticleDifferent behavior casting in C# component and in Visual Studio!
@rawitscher-torres wrote: Hi guys, I am having a rather confusing moment here… which its kind of annoying because logically I don’t understand the reason of why its happening. Here is what I am trying...
View ArticleTest if numbers are in bounds, then divide lines
@daniel.depoe wrote: Hello, I have written a very simple C# node to test a line length then divide with points based on results. When I plug in multiple lines and try to pass through a stream filter...
View ArticlePlanarize Quad MeshFaces in C#
@Baris wrote: Hi evereyone, I am trying to planarize some QuadMeshFaces within a loop. I found this thread here :...
View ArticleGH_GeometricGoo - Render Help Needed
@Big_G wrote: Hi All, Firstly, apologies for the lengthy post. Can anyone please help me trouble shoot why the objects are not rendered correctly in the Viewport. See image below. The faces look...
View ArticlePlugin export from Visual Studio for older GH sdk
@joy.architect wrote: Can someone please guide me the setting from where I can change the gh sdk version when building a gh plugin from visual studio? Lower rhino 6 sr versions are failing to run the...
View ArticleMake input parameter as optional in C# script
@Moonpick wrote: Hi, short easy question: is it possible to make in a C# script an input parameter optional? In other words, is there by scripting an equivalent to: pManager[1].Optional = true; which...
View ArticleUsing Arrays in C#
@duanemclemore wrote: Hi All, I am developing a component, but am still new to C#. We can get in to the specific code of my question a little later, but let me explain my purpose first and there may...
View ArticleApply transformation to objects in a DataTree
@Filipe_Brandao wrote: Hello! I’m was looking for a way to apply a transformation to all lines in a DataTree. A simple way would be to iterate through all elements in the data tree and apply the...
View ArticleProblems in a simple for loop C#
@Baris wrote: Hi all, I am trying to move points in a simple for loop but for some reason it does not work. If I use the same methode without loop it works. It has to be a silly error I do, I just...
View ArticleKeep change to slider background color persistent
@rawitscher-torres wrote: Hi Guys, When I change the background color of a slider, it is automatically set back to its original color when the component its connected to expires its solution, and when...
View ArticleGrasshopper Python_select item by index
@jia.yeap wrote: There is three tasks that i wish to achieve in my python script, please guide me test.gh (6.9 KB) #1 Replace integer by index in the list i had created e.g. index 0 and -2 to 1 #2...
View ArticlePlanes flip as they move around reparameterized curve
@daniel.depoe wrote: Hello, Can someone please explain the rationale behind the ‘plane flipping’ phenomenon show here? I’m sure there is a good reason for this behaviour, I’d just like to be able to...
View ArticleC# Cluster component
@basic wrote: Hi everyone, Is it possible to create a cluster component in C# that contains your other components? Let’s say I have 5 components: Components 1 to 4 are normal components and component...
View ArticleRhino 6 for Mac Grasshopper Can't edit Keyboard Shortcuts
@jameseanderson wrote: Hi! I have found a bug in Grasshopper for Rhino 6 for Mac. It is related to assigning shortcuts. The shortcut tool actually doesn’t work. The only way to assign or return to...
View ArticleField of data points
@aleksanderdynarek wrote: I am creating a custom component in C# in VS to generate a boid system in a field. System will be interactive - boids will affect a pheromone point field. I have boids...
View ArticleConvert Text to ToString on Mac
@Roman_Gorshkov wrote: Just trying to write a tool to cover flat set of text to create a list of points which elevation is based on text string. Cant find a way to convert text object to string and to...
View ArticleAccess GH_Transform type from C# Script component
@garciadelcastillo wrote: Hi there! High-level question: is there any way to access GH_Goo types in C# Script components before they get converted to other types on inputs via the ScriptVariable?...
View ArticleHow to get a specific component after a cluster is exploded? C#
@nickchen11 wrote: Hello there, I wonder what is the best way to catch specific component derived from a exploded cluster in C#? I noticed that .ExplodeCluster method doesnt have a return type....
View ArticleRe-Internalise Data with a boolean
@jia.yeap wrote: With python, i amble to write data using python as below. But, what if i wish to write to store the data in a panel or a data component. If so, how to call internalise data with...
View Article