Easy Feature Request: Join Input Curves For _CurveThroughPolyline Command

I’m not sure what you mean by kinks. The input is a control polygon, so it’s all degree 1. The input sorting is literally the exact same as with _Join. If G0 then join, else don’t. The only thing needed for this feature request is to use the existing _Join command to prefilter the input when the option is selected.

I’m not sure if this make history replays more complicated, but you would again send the input through the _Join prefilter and run _CurveThroughPolyline as it already exists.

1 Like

not exactly the same but by doing this with point objects instead of polylines you can at least get partly what you want, see example curvethroughpt_with_history.3dm (96.5 KB)

I use through point. It’s time consuming to put them in order, but the real drawback is losing the ability to insert control points.

Maybe the attached gh scripts can help as a workaround. It uses grasshopper geometry pipeline, so whenever you draw a curve in top view it should work automatically. The linear array assumes you draw half of the curve from left to right up to the Y-axis. After that you can rebuild or insert control points as you like. The polar array assumes you draw the curve in clockwise order.
curvethroughpt_linear_array.gh (7.1 KB)
curvethroughpt_polar_array.gh (6.0 KB)

@pascal Just reading the WIP help file…

This can be done with MergeCrv in the R7 WIP.

  1. Polyline
  2. Symmetry || Mirror || PolarArray || etc
  3. MergeCrv
  4. CurveThroughPolyline

Hello - did I get the request set down correctly?

https://mcneel.myjetbrains.com/youtrack/issue/RH-56306

-Pascal

That YT is not visible to me.

Sorry, fixed…

-Pascal

The short description is to incorporate MergeCrv into CurveThroughPolyline. The one thing missing is controlling the CrvSeam on MergeCrv like you would with Loft or Sweep1. I should have a video tutorial on the workflow posted tonight. It’s on a universal shank. Look at the Shank::Crvs::History layer to understand the quality of life improvement.

You can play with any of the curves on Shank::Crvs, just don’t break history on Shank::Crvs::History.

Shank-Loft-YMirror.3dm (128.7 KB)

Update to feature request.

1 Like