Grasshopper

algorithmic modeling for Rhino

The question is:

Is there any good way, that I can change the shape of a point with grasshopper?

When I give a point in Grasshopper it takes an "X" Shape in Rhino. Kann I make an "O" Shape? ... How can I get this done with Grasshopper? Is there any possible way for this?

Views: 1917

Replies to This Discussion

I was thinking about making circles around the points and then deleting the radius?!

Man, just draw circles oriented towards camera direction using points and size as input...I guess that might be over there some plugin/VB code already written to obtain the camera direction. With basic coding knowledge and Rhinocommon documentation is not very complicated to write that code.

what code?!

I tried this:

Attachments:

how to delete the radius?

this wasn't a very good idea, because when the circle moves, the line stays!!!!

Attachments:

same thing when center moves

and when both move, the line doesn't go through A and B anymore! same thing.

Attachments:

In Grasshopper, when you move something, you create and move a copy.

If you want to create geometry (in this case a circle and the line endpoint) from your moved point, you have to feed the original point into the move component's G input and use the point you get from the G output as input for the circle and line. The original geometry (in this case a point) will not move.

Then you right click on the components you don't want to see and deselect preview.

/ola

for example?

If we take example you constructed (from above post), then you should deselect one of the original points and it's "circle" the way Ola said:

Read the Grasshopper Primer. It will clear much of your perplexity.

Attachments:

thank you. got it.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service