Create an Elliptic Hyperboloid from the matematic formula
@kostaldeak wrote: Hi! From the topic i create about how to copy and paste a mathematic formula in GH, i tried, to do the same for the formula of an elliptic hyperboloid. But, as i give here the...
View ArticleHow to offset a polysurface in grasshopper use python script
@otakutarou wrote: I try it in this simple way: import Rhino #brepin = polysurface input #dist = distance input a = Rhino.OffsetBrep(brepin,dist,0.001,bothSides,Solid) But it returns an error "Runtime...
View ArticleSelect vertex by index
@zoster wrote: it’s a bit weird i’m asking this, but how can i extract a vertex of a mesh if i know it’s index? thanks a lot! Posts: 2 Participants: 2 Read full topic
View ArticleTrimming Multiple Surfaces with a Polysurface/Brep Arch or How to Create an...
@arianna.ina.garay wrote: Hello Everyone, Thank you for viewing this problem. I’m currently blanking out on how to solve this problem, but I am currently trying to trim this proposal with the arch...
View ArticleGHPython, triangulate mesh
@Eugen wrote: Hello! I wrote a GHPython script that takes a mesh as input and creates a mesh shell from it. It only makes sense with triangulated meshes, so, at first, I want to check if the input...
View ArticleKaramba Analysis of Waffle
@ethan-gonzaga wrote: Hey guys, I was wondering how I could analyse the axial stress of my waffle script. Waffle Karamba.gh (27.7 KB) For-rhino-5-noobs.3dm (4.6 MB) Thanks Posts: 1 Participants: 1...
View ArticleThree way space frame
@h.zahra.najm wrote: Hi all, I want to draw the three ways space frame, but I don’t know how can draw bracing lines between top and bottom layers. Also I don’t have any idea for free form surfaces. I...
View ArticleHow to make multiple surfaces grid in grasshopper?
@tangchisg wrote: Hi everyone I have a multiple surfaces to make grid like this picture.I tried many times but don’t work ,could you help me(I upload my file,and picture) ? I want get this...
View ArticleError create nurb lines from points
@cokerone1214 wrote: Hello guys! Is there any way to find which are the problematic vertices which give me an error instead of creating the lines? Random facade.gh (50.9 KB) Capture.PNG2387x1042 312...
View ArticleRemove outer boxes from a brep
@jameschadud wrote: Hi there Guys. I would be pleased if anyone can help me with this. I am creating a custum shape (brep or mesh). This object will be inside a 3d box grid and I need to remove the...
View ArticleCtrl-Tab without open def throws exception
@andheum wrote: Just caught this one today - present in Rhino 5 + 6 both! image.png1218x701 33.1 KB To reproduce: Open Grasshopper - do not open a document (the “recent files” tiles should be showing)...
View ArticleSweep 1 rail issue
@joantomass wrote: Hi all; I have an issue with sweep 1 rail that I don’t know how to solve. I’m trying to make a sweep with a circular section and two close planar curves to makea ring, the trouble...
View ArticleColor gradient equal to surface degrees
@cokerone1214 wrote: Hello! I want to design a path on a slope and I would like to create a custom preview of gradient colour equal to the path degrees in order to create a diagram showing that the...
View ArticleNumber Slider's Maximum Value
@aan wrote: Hi everybody, Is it possible to assign a value for number slider’s maximum value externally? Can it be dependent on another value, which is changing with a number slider also. I think it...
View ArticleHexagonal Pattern
@kalade99 wrote: Hello, I am quite new to Grasshopper and trying to make a Hexagonal pattern which you could manipulate. I attach the picture how I want it to look. So far I just did a small algorithm...
View ArticleCurve offset
@cokerone1214 wrote: Hello! Any idea how to avoid this when offset a curve? offset.gh (4.4 KB) Capture.PNG2358x1004 264 KB Thank you! Posts: 1 Participants: 1 Read full topic
View ArticleOther way to retrieve index of duplicate elements
@gethze.arq wrote: I have a list with elements (sometimes letters, sometimes coordinates). I want to list the index of the duplicate elements. The “sort duplicate values” component does not work for...
View ArticleChanging thickness of non grid patterns
@louisjacksonnz wrote: Hi everyone, im new to grasshopper and am wondering how i would go about making an islamic building pattern as a wall like the one in Park51 below. Ive wwatched tutorials on how...
View ArticleHow can I tag and label beams in triangle grid?
@mo.motahari wrote: Hi. I have a triangle grid mesh and I want to code each beam with a unique name depending on the position of that beam on the surface. I figured out a system to sort all beams in 4...
View Article