Skip to content

M_Rhino_Geometry_CurveBlend_GetTargetTrim

Will Pearson edited this page Aug 12, 2016 · 1 revision

CurveBlend.GetTargetTrim Method

Get the blend target trim

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

Syntax

C#

public Curve GetTargetTrim(
	int end
)

VB

Public Function GetTargetTrim ( 
	end As Integer
) As Curve

Parameters

 

end
Type: System.Int32
Which end

Return Value

Type: Curve
The target trim

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

Clone this wiki locally