Grasshopper

algorithmic modeling for Rhino

unknown horizontal isocurves appearing on surface, list starting at wrong direction( reverse list cant work), unknown bunch of horizontal isocurve clustering!! PLEASE HELP!

g

I have attached the gh and rhino file along, Please help me! thank you so much!

Views: 390

Attachments:

Replies to This Discussion

hi so for starting on the and of your curve just use flip component
for catching the overflow points you have to multiply your t-domain value with the factor of your addition (so new X / original X) and cull the points with overshoot the domain value 1
attached the file
Attachments:
hey thomas! hope youre well! thank you so much for the definition! i have some questions to clear! hope you can enlighten me! lol

1) why are there bunch of unknown horizontal isocurves bunching on the surface?
2) basically what is t-domain? t-parameter? what imformation does it give?
3) what do you get from dividing the new X and the original X, and why do you do that?
4) why do you multiply the absolute numbers with the t-domain?
5) as we discuss before, what does reparametrize do to the surface?
6) why do you use evalute curve instead of xyz point?
i guess theres some inner stories that i dont know for me to work this out.

thank you so much for the help! I couldnt be much more appreciated!

Guan
hi guan
first of all maybe you should read threw the primers where you get all this information and many more
1. this lines are created through the points which are outside of the domain after your value addition
2. the t-domain: a curve or surface point could be described by their parametrical values
so a curve starts at the t-value 0 and ends with 1 if it is reparameterized (otherwise the t-domain is set by their length) for surface which need a second value it is described through their u,v values (x,y,z = u,v,w values of the domain)
3+4.i get the multiplicator which i need to calculate the t values for the new points
5. look @2
6. most of the time it is better to work with the parametrical values of a curve (t-value)

according your ghx it could be set up much easier but i didn't want to change the whole file to screw you completely

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service