M_Rhino_Geometry_CurveBlend_SetScaleFactor - mcneel/rhinocommon-api-docs GitHub Wiki

CurveBlend.SetScaleFactor Method

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

Syntax

C#

public void SetScaleFactor(
	int end,
	double scale
)

VB

Public Sub SetScaleFactor ( 
	end As Integer,
	scale As Double
)

Parameters

 

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)"]

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️