M_Rhino_Geometry_CurveBlend_SetScaleFactor - mcneel/rhinocommon-api-docs GitHub Wiki
This multiplies the derivative lengths after they have been calculated by whatever the normal way is
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void SetScaleFactor(
int end,
double scale
)
VB
Public Sub SetScaleFactor (
end As Integer,
scale As Double
)
- end
- Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.CurveBlend.SetScaleFactor(System.Int32,System.Double)"] - scale
- Type: System.Double
[Missing documentation for "M:Rhino.Geometry.CurveBlend.SetScaleFactor(System.Int32,System.Double)"]
Supported in: 6.0.16224.21491