M_Rhino_Geometry_Curve_SetEndPoint - mcneel/rhinocommon-api-docs GitHub Wiki
Forces the curve to end at a specified point. Not all curve types support this operation.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SetEndPoint(
Point3d point
)
VB
Public Function SetEndPoint (
point As Point3d
) As Boolean
- point
- Type: Rhino.Geometry.Point3d
New end point of curve.
Type: Boolean
true on success, false on failure.
Some end points cannot be moved. Be sure to check return code
Supported in: 6.0.16224.21491, 5D58w