January 27, 2019, 4:39 pm
@giovanni.veronesi wrote:
Hi there please help!
I have a data tree with 612 Branches and 11 Items in each Branch.I need to organize the data so i have 36 trees with 17 branches each and 11 items each
How can I go from
{(0-611)} N=11
to
((0-35;0-16) N=11
Thank you all!!
Posts: 2
Participants: 1
Read full topic
↧
January 27, 2019, 7:25 pm
↧
↧
January 27, 2019, 10:35 pm
@1143413815 wrote:
Here is the screen shot, everytime I start the Grasshopper, it jump out.
How to fix it ?
many thanks
Posts: 7
Participants: 4
Read full topic
↧
January 27, 2019, 10:39 pm
@GaeChrisRuvio wrote:
Hallo mr. Heumann,
thanks for your work.
I have a question about the GetGroups component of Metahopper.
It is a fundamental component of my scripts, but unfortunately I think it has a bad fault, because every time a new group is created, switch the value into the “nickname list”.
Having more GetGrups components in the same script, I have to go and fix them all manually.
I wanted to ask if there was a way to block the value, even if a new group is created.
Thanks in advance Andrew.
Posts: 2
Participants: 2
Read full topic
↧
January 27, 2019, 11:34 pm
↧
↧
January 28, 2019, 1:23 am
@1143413815 wrote:
How to make these nodes not transparent?
I forgot , which key I touched, and the nodes go to transparent, just like the image below.
How to make it go back?
Posts: 5
Participants: 3
Read full topic
↧
January 28, 2019, 4:04 am
@h12dirksliepenbeek wrote:
Hi Karamba-users,
Currently I’m struggling with creating a shell to make my structure stable.
I don’t want to calculate the shell structure, but I only want to use this shell to bring the horizontal windforce to the columns on the structure on the side.
Does anyone know if this is possible?
Posts: 1
Participants: 1
Read full topic
↧
January 28, 2019, 6:04 am
@AlexWer wrote:
Hello Guys
Please tell me how you can customize the display of the name of each node on top of the message
in the picture below yellow, all the nodes that are added from the menu already with such captions on top
in the video uroi about the human interface too
Posts: 4
Participants: 3
Read full topic
↧
January 28, 2019, 8:16 am
↧
↧
January 28, 2019, 8:32 am
@charles360964720 wrote:
Hi, here is the image sampler which I just did. How can I make black area of the image to be bigger circles and white area to be smaller circles (reverse the now effects)?
Posts: 3
Participants: 2
Read full topic
↧
January 28, 2019, 10:06 am
@krowbot1 wrote:
I am attempting to create a branching pattern on 3 sides of a brep rectangle with a few supporting points on the interior (columns) so the space can be occupied. The Script I have seems to be working but I do not have endpoints within the pattern. Here all the branches are continuous. I have been going through the forums have have been using this thread to start. I’d like it to look like this just on the box. It would also be useful if it worked on other surfaces as well and not just this box.
A little help with the taper would be appreciated as well. Cocoon is interesting but is very computationally heavy. I have been looking at pipe variables as well. Is there a better way to produce the branches? This file likes to lock up and has crashed a few times when I try to run cocoon.
Current GH file:
BRANCHING.gh (16.6 KB)
It doesn’t seem like the two point populations I have are acting as one single population which would be necessary to branch between them. I am primarly interested in creating the branches on the brep surface itself than on the interior but when I just use populate 3D there isn’t enough points near the perimeter.
Imagine looking up at a silhouetted tree canopy. That is what I am trying to create as a facade. Can anyone help get me moving again?
Posts: 3
Participants: 2
Read full topic
↧
January 28, 2019, 10:10 am
↧
January 28, 2019, 10:24 am
@akilli wrote:
I don’t pretend to know what goes on inside of Mesh Machine but my naive assumption was that the number of vertices would scale something like (1/edge-length)^2. I have an instance here where just tweaking the edge-length a teensie bit gives a huge difference in the number of vertices. Any ideas?
Meshmachine conundrum.gh (9.5 KB)
Posts: 1
Participants: 1
Read full topic
↧
↧
January 28, 2019, 10:53 am
@emikaz wrote:
I would like to do an daylight/thermal analysis for a initial architectural massing model. The shape is made up of a few different spaces creating a slightly angular polygon. As DIVA needs to use a grid I have broken up the space into several rectangular areas to use as my grid spaces for DIVA. I want to run the simulation and see the results on all grids at once. Right now when I run it only one daylight grid will show. What can I do to get all simulations to be visible at once? (It is not a matter of turning the preview on, I have tried this!)
Also, I am running this script through Grasshopper but my geometry is created in Rhino (if that helps)
Thank you so much (in advance)
Posts: 1
Participants: 1
Read full topic
↧
January 28, 2019, 11:09 am
@michael.theodore wrote:
Hello,
Beginning grasshopper question here, couldn’t find the answer through googling, etc…
I’d like to randomly populate a plane with non-overlapping circles of random diameter, using the c# component on the latest Mac release (not WIP). I can successfully check for intersection using the attached, but this still permits circles within circles, as seen in the image. If someone were able to point me to the easiest c# way to get a bool value indicating whether one circle is within another (with the assumption that they are co-planar), I’d be most appreciative and grateful!
c#Intersections.gh (4.5 KB)
Many thanks!, Michael
Posts: 1
Participants: 1
Read full topic
↧
January 28, 2019, 12:33 pm
@ayezioro wrote:
Hi,
I calculated multiple ray intersection on several surfaces.
Now i want to identify the surfaces/faces where those intersections happened and cull the others that don’t intersect.
For that purpose I’m trying to find the equivalent of rs.isPointOnSurface in Rhinocommon … with no success quite several hours,
I’ll appreciate any help to find this command or other options to achieve the goal.
Thanks,
-A.
Posts: 5
Participants: 3
Read full topic
↧
January 28, 2019, 2:36 pm
@runxel wrote:
When doing the quite normal
output = ghpythonlib.treehelpers.list_to_tree( nestedList )
I get the weird runtime error:
Runtime error (MissingMemberException): ‘type’ object has no attribute ‘__index__’
Traceback:
line 32, in list_to_tree, […]
I’m not really sure why this comes up. Maybe @DavidRutten knows something?
Or somebody else ever had this error?
Using output = nestedList
does “work” (you’ll get “IronPython.Runtime.List” of course).
output = nestedList[0]
also works fine, you get what you’d expect.
Posts: 8
Participants: 3
Read full topic
↧
↧
January 28, 2019, 5:54 pm
@agata.mila66 wrote:
Hello,
I’m trying to use a Contour command where the direction would be specified by the normal of the curve.
Here magenta contours are representing what I want to achieve. I managed to did that all the way around but essencially I would like to be able to modify the number/distance of those ribs.
I defined all of the normals of the curve tho I don’t know how to apply it to the Contour command (simply connecting the results doesn’t do the trick).
Posts: 4
Participants: 2
Read full topic
↧
January 28, 2019, 7:46 pm
@ashlynhartfiel wrote:
Hi, I was wondering if anyone has definitions that create a similar effect as the twisted planes of corian made by Amanda Levete? I have a project using this as the precedent, and really wanted to manipulate the twisted planes in various ways, but am not sure how to get started.
Posts: 2
Participants: 2
Read full topic
↧
January 28, 2019, 9:03 pm
@jared.parker wrote:
Hello,
I am trying to create a mesh for topological optimization and am running into trouble with my domain (mesh) not working.
The shape of the mesh that I’m trying to create is shown below:
This shape has different number sliders that determine the overall dimensions. The mesh that I’m getting isn’t working, I think because the meshes don’t really connect.
Maybe it would help If I could just create unique surfaces that form a single connected surface?
Any help would be greatly appreciated.
Posts: 2
Participants: 2
Read full topic
↧