For some reason, Rhino appears to always draw such curves with an inflection point making them harder to adjust to shape. Is there any way to get Rhino to draw such a curve without an inflection point?
You could try _BlendCrv with the Point option for the second point, then adjust the handles to taste before setting. Otherwise _Extend > By arc to point will give you an arc extension. Finally you can adjust the already made blend with EndBulge.
Hi Jim - ChangeDegree on that curve to 2. One way to make these is to BlendCrv, with the Point option at one end and blend for tangency. Or just make a 3 point curve from Curve. How are you drawing the curve to begin with?
I’d use Curve and place three points. OSnaps and Tab direction lock can get you the tangent direction, otherwise Match for tangency when done with the curve.
That’s not the problem. The degree 3 curve in the attached file was created using InterpCrv with the StartTangent option and selecting only the end points and the start tangent direction. Inflection.3dm (32.2 KB) The third control point is put in on a straight line from the start to the end curve. That is what causes the inflection. The inflection can be eliminated by moving the third control point.
To duplicate what I did:
InterpCrv with Degree=3
Select StartTangent option
Pick the start of the curve at the end of a line.
Choose the start tangent direction the same as the line.
For next point select the end point.
Enter to finish the command.
Here is the command line history from creating the curve in the attached file:
Command: InterpCrv
Start of curve ( Degree=3 Knots=Uniform PersistentClose=No StartTangent ): StartTangent
Start of curve:
Choose start tangent ( Direction ):
Next point ( Degree=3 Knots=Uniform PersistentClose=No EndTangent Undo ):
Next point. Press Enter when done ( Degree=3 Knots=Uniform PersistentClose=No EndTangent Undo ):