January 12, 2018, 2:37 pm
@tsiddikee wrote:
I have added reference to
KangarooLib0099.dll
KangarooSolver.dll
Plankton.dll
PlanktonGH.dll
for Kangaroo2 plugin development for Rhino6.
I found how to use OnCurve and other goals .
If I am missing any other dll for Kangaroo 2 please let me know.
Posts: 1
Participants: 1
Read full topic
↧
January 12, 2018, 3:33 pm
@Stefano_Ascari wrote:
Would someone be kind enough to explain a little bit what the jitter component does to a set and how it enacts that transformation? This could be a really valuable tool in the future and I’d like to better understand it. Thanks! ![:slight_smile: :slight_smile:]()
Posts: 1
Participants: 1
Read full topic
↧
↧
January 12, 2018, 8:25 pm
@sato wrote:
Hello, the problem is pretty simple ideed.
I made a C# component to move teapots on planes, but when I try to customize the displaying of theses meshes and wires things are getting kind of crazy ![:smiley: :smiley:]()
The scene :
And when I try to move the objects…Actually kind of nice, but not exactely what I wanted :
Basically, Lines are doing trails, and meshes are flying all over the place.
only way to update the position is to delete the component and do ctrl-z to have it again.
Bonus questions :
After that main topic, I’ll have some questions that maybe some very talented people here could answer easily. The questions are market with a //???// into the script.
- (line 110 to 132) Parsing is getting quite barbare :-o.
- (line 154 to 187) Basically, I used a method but could’t call back the Plane inside.
- (line 253) Converted two times the mesh instead of duplicate(); but duplicate don’t work into that context.
Also if you have some advices please let me know, because everything seems to be still in a “HardCoding fashion…”
Thanks a lot for your attention ![:slight_smile: :slight_smile:]()
The file : custom-display-inMotion.gh (78.7 KB)
Posts: 3
Participants: 3
Read full topic
↧
January 13, 2018, 12:23 am
@804301183 wrote:
I am developing a gha. When the customized batery is called, a winform will be displayed. Then I input some parameters into the winform, and click a OK button, then the parameters will be import into the gh file, and a object will be built in rhino. Now I want to change the parameters in the winform, and the shape of the object will be change when I click the OK button again. How can I realize it?
I think that the OK button should trigger an event of the gh. But how?
Posts: 3
Participants: 2
Read full topic
↧
January 13, 2018, 4:08 am
@flokart wrote:
Hi all,
the tween curves from the intersection curves add for some reasons two more corner points.
Hopfully someone can help to get the right curve interpolation.
contour.3dm (80.0 KB)
contour.gh (8.4 KB)
Its is made in Rhino6 Beta
Posts: 6
Participants: 3
Read full topic
↧
↧
January 13, 2018, 5:23 am
@wespor wrote:
I need to take a small snippet out of a circle with a specific length. Pretty easy to do with the Arc command in Rhino but I’ve been racking my brain how to do it in grasshopper. Any hot tips?
Posts: 5
Participants: 4
Read full topic
↧
January 13, 2018, 7:09 am
↧
January 13, 2018, 8:26 am
@xril wrote:
Hello,
I want to make a circular-like auditorium, where I control the angle of the seating and the depth from the first line as well as the number of sides of the polygonal basis.
My definition only works for 6 and 10 sides, any other number bugs.
I tried to fix it by resetting the section curve, but I still have the bug.
Can anyone help me with that?
auditorium-180113-2.gh (15.9 KB)
Posts: 3
Participants: 2
Read full topic
↧
January 13, 2018, 9:04 am
↧
↧
January 13, 2018, 11:29 am
@KevJin wrote:
@laurent_delrieu
Is it possible turn them into Rhino geometry? This idea became virtually real.
Back in 2013, I used Rhinoceros Maya and Tsplines to create them in one of projects…
Surprisingly
I recently discovered this… feel excited…
"Is it possible turn them into Rhino geometry? " like those curves?
Here is the source I discovered recently…
Scrips:
http://www.complicitmatter.com/culebra-java/
Thanks!
Posts: 2
Participants: 2
Read full topic
↧
January 13, 2018, 1:15 pm
@schillersteffen wrote:
Hello people,
I’m trying to get a smooth grid pinching. In my script the pull starts from one line to another. I want a slow and smooth start of the pinching.!
I’ve downloaded the script on Formular and want to change it now that I can transform the grid in polylines and divide them in segments before the pinching starts.
I tried to change a Grid spreading script but failed. Can somebody help me?
Check out the file to get a image.
Thank you!
How it is|690x432
GritPinchQuestion.gh (19.1 KB)
Posts: 3
Participants: 3
Read full topic
↧
January 13, 2018, 1:25 pm
@davidsmavrov wrote:
Let’s say we have a bunch of 2D lines, all on the same plane. They form shapes with 4 sides. Is there a way to scale them with a given percentage in X direction and then with custom percentage in Y direction?
Posts: 2
Participants: 1
Read full topic
↧
January 13, 2018, 1:49 pm
@rohan.mishra341 wrote:
Hi I have created a facade with (lunchbox diamond panel) openings varying via attractor point. How to control the openings using an image sampler. I am trying to achieve here is :
- How to display diamond panels openings based on image sampler.
HOSTEL DIAMOND JALI.gh (19.3 KB)
Posts: 2
Participants: 2
Read full topic
↧
↧
January 13, 2018, 5:44 pm
@jaydenrre wrote:
Hi,
I am learning and loving Grasshopper. Neural networks and machine learning is a really interesting capability, but being new to the topic, i am not sure where i should dive into.
What would be the most straightforward, well explained and documented, popular, plugin to start to learn and implement Neural networks? I have encountered several plugins, LunchBox, Crow, Owl … but i don’t know to which i should dedicate my time.
Would love to hear experiences and get links to helpful resources on this topic.
thanks!
Posts: 1
Participants: 1
Read full topic
↧
January 13, 2018, 5:05 am
@0904 wrote:
Hi All,
how can I select only the point in the picture with PY? Thank you.
Posts: 1
Participants: 1
Read full topic
↧
January 14, 2018, 12:10 am
@Karelovic wrote:
Hi,
Im trying to extrude my grid pattern according to attractor curve, but i dont know how to do it exactly the way i want it. For example, the lower part should be full, without any pattern, and according to my attractor curve placed on the top, i would like to have empty grid on the top. S, i would like to know how can i extrude lower offset to upper offset according to this curve.
Can someone help me please?
Thanks a lot.
Cheers
DiamondCornerDisplace.3dm (79.2 KB)
DiamondCornerDisplace.gh (28.5 KB)
Posts: 12
Participants: 4
Read full topic
↧
January 14, 2018, 3:36 am
@j_verdu wrote:
![image]()
![2_list]()
I have to combine the two list. The new list have to appear in order. When appears “Retal” have to be after the previous line.
Explample:
17_2_D 1329.5 66.273277
17_3_R 1311.75 123.898604
.
.
16_6_D 1408.05 66.311248
RETAL 378.5 99.072611
16_8_R 1376.5 123.804889
SIN_ANGULOS_WW.gh (171.6 KB)
Posts: 2
Participants: 2
Read full topic
↧
↧
January 14, 2018, 5:23 am
@gpetrica001 wrote:
Hi,
I am having troubles opening a python script that I recovered from someone. Tried it in processing as well and in grasshopper (always through python). I am getting the missing pygame module error, whatever I wouldn’t do. Is there any way to solve this issue?
I know processing may not be pertinent for this forum, but I am just showing the error I’m getting when I try launching the simulation
Posts: 2
Participants: 2
Read full topic
↧
January 14, 2018, 5:51 am
@hmcneil1 wrote:
Hi all
I am trying to create a set of spheres with a set of points across the surface. I am attempting to use the points to pull the surface down at these points. I assume that I need to use kangaroo. I have set up a unary force. I cannot for the life of me work out what I need to do to get the points to pull. some advice would be appreciated.
please see attached sketch of what I want to do and my Grasshopper script
45.gh (451.4 KB)
Posts: 2
Participants: 2
Read full topic
↧
January 14, 2018, 7:56 am
@karanje.amit wrote:
Last few day i m working on ship displacement calculator.
i have further developed that my project.
Attached program calculate ship displacement and LCG and VCG.
But currently i can enter only single draft. …But actually I want to add series of drafts…If i add series of draft then output of first draft is getting add in second draft.becuse of that I m getting wrong result…Here loop may work or something like ‘delete previous value’ kind of trick work.
But I m weak in looping …This project is 99% done only series of draft is pending…Would anybody like to help me.?
I have attached 3 files. One is grasshopper file second is GHS file which you need to attached for reading…And third is reference cross check file…Which is the final output i m expecting.
hyd.gh (68.7 KB)
Cos20.zip (83.0 KB)
Thanks
Posts: 1
Participants: 1
Read full topic
↧