M_Rhino_Geometry_Curve_CreateSoftEditCurve - mcneel/rhinocommon-api-docs GitHub Wiki
Creates a soft edited curve from an exising curve using a smooth field of influence.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Curve CreateSoftEditCurve(
Curve curve,
double t,
Vector3d delta,
double length,
bool fixEnds
)
VB
Public Shared Function CreateSoftEditCurve (
curve As Curve,
t As Double,
delta As Vector3d,
length As Double,
fixEnds As Boolean
) As Curve
- curve
- Type: Rhino.Geometry.Curve
The curve to soft edit. - t
- Type: System.Double
A parameter on the curve to move from. This location on the curve is moved, and the move is smoothly tapered off with increasing distance along the curve from this parameter. - delta
- Type: Rhino.Geometry.Vector3d
The direction and magitude, or maximum distance, of the move. - length
- Type: System.Double
The distance along the curve from the editing point over which the strength of the editing falls off smoothly. - fixEnds
- Type: System.Boolean
[Missing documentation for "M:Rhino.Geometry.Curve.CreateSoftEditCurve(Rhino.Geometry.Curve,System.Double,Rhino.Geometry.Vector3d,System.Double,System.Boolean)"]
Type: Curve
The soft edited curve if successful. null on failure.
Supported in: 6.0.16224.21491