M_Rhino_Geometry_CurveBlend_SetTargetTrim - mcneel/rhinocommon-api-docs GitHub Wiki

CurveBlend.SetTargetTrim Method

Set the target trim for one end of a blend

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

Syntax

C#

public void SetTargetTrim(
	int end,
	BrepTrim trim
)

VB

Public Sub SetTargetTrim ( 
	end As Integer,
	trim As BrepTrim
)

Parameters

 

end
Type: System.Int32
Which end
trim
Type: Rhino.Geometry.BrepTrim
The target trim

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

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