M_Rhino_Geometry_CurveBlend_SetFlip - mcneel/rhinocommon-api-docs GitHub Wiki

CurveBlend.SetFlip Method

Set flip tangent flag on one end of the blend

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void SetFlip(
	int end,
	bool flip
)

VB

Public Sub SetFlip ( 
	end As Integer,
	flip As Boolean
)

Parameters

 

end
Type: System.Int32
Which end
flip
Type: System.Boolean
flip or not

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

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