M_Rhino_Geometry_CurveBlend_SetTargetTrim - mcneel/rhinocommon-api-docs GitHub Wiki
Set the target trim for one end of a blend
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void SetTargetTrim(
int end,
BrepTrim trim
)
VB
Public Sub SetTargetTrim (
end As Integer,
trim As BrepTrim
)
- end
- Type: System.Int32
Which end - trim
- Type: Rhino.Geometry.BrepTrim
The target trim
Supported in: 6.0.16224.21491