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