This definition is the interior of a cluster I created that allows for the culling of duplicate items of any type based on a criteria. In this case, we are culling lines based on their mid point. Use the criteria carefully.
This definition is the interior of a cluster I created that allows for the culling of duplicate items of any type based on a criteria. In this case, we are culling lines based on their mid point. Use the criteria carefully.
This is my take to the problem of splitting multiple curves in their intersections. There may be other approaches, and there are even components inside plugins that do this, but I wanted to have my own in-house solution so I could understand what is going on. The image on the left shows the original 7 […]
Contrary to most people I meet, I am a Magic Mouse fan. I never had any wrist pain, and I love the 2D touch scroll. Having said that, the mouse comes with some incompatibilities with graphical software packages, namely Blender and Rhino Grasshopper. This post is about the latter. To make the Grasshopper canvas Zoom […]
A renewed interest in stereotomy, narrowly entwined with digital technologies, has allowed for the recovery and proposal of new techniques and expressions in this building approach. A new classification scheme for stereotomy research allows for the framing of various aspects related to this discipline, including a newly developed fabrication system specially tailored for the wedge-shaped […]
A common question I get is: how to replicate a “if then else” statement in Grasshopper. Here is my take. Explanation: if “First Number” is larger than “Second Number”, then output A, else output B. Or: if (FirstNumber>SecondNumber) {A} else {B}
I use kumu for research, which enables me to organize information and find interesting relations through clusters. For a clear organization of all the information, I input everything in a spreadsheet, much like in a database. I even include the images in the Google spreadsheet as URL’s, that kumu then renders in nice round thumbnails. Sometimes […]
Grasshopper does not seem to have the “pick region” feature from the Rhino Hatch command. I have created such an algorithm, taking advantage of recursive computing provided by the Hoopsnake plugin. You can download the .gh file here: FindRegion.gh The overall idea of the algorithm is to find the curve that has the shortest angle relative […]
This is my self-explanatory solution to the problem (Union all of the data, and put them in each branch wether match or not). I decided to post this 2013 solution of mine after watching a 2014 C# tackling of the problem.
A friend of mine who has been a long time SketchUp user has recently asked me how to do push pull in Rhino. Here is my take: Execute the command SplitFace If you want to split by a line, simply draw it (activate Near or other OSnap recommended) You have the option to split by an existing (previously drawn) […]
I created a quick Google Sheet to calculate the end time of a process based in the percentage done and time elapsed. Free for anyone to use! Google Sheet – Process time calculator
The AVG daytime is the temperature average from 7:00 to 20:00.
All content © Copyright 2024 by Pedro de Azambuja Varela.
Subscribe to RSS Feed