Hi All,
I am new to GH, coming from a Maya & MEL Script background. I'm looking to use GH components to build the following: (any help would be most appreciated)
1. input: curve
2. input: geometry
3. check intersection of curve with geometry.
4. select range of curve(s) intersecting with geometry.
5. for each curve plot distance between points of intersection (find the mid of intersection along curve).
6. add control point to curve at mid-intersection point.
7. plot mid point of geometry and mid-intersection point as a vector.
8. move control point at mid-intersection point away from mid point of geometry until intersection = 0.
I think I know how to go about doing most of these, but I am having issues with 3-6. Any ideas.
BCX gives me the instances of intersection but does not seem to select the curve which are intersecting the range.
Thanks in advance.