CurveSetStartPoint Method |
Rhino for Mac 5.1Forces the curve to start at a specified point.
Not all curve types support this operation.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
Syntaxpublic bool SetStartPoint(
Point3d point
)
Public Function SetStartPoint (
point As Point3d
) As Boolean
Parameters
- point
- Type: Rhino.GeometryPoint3d
New start point of curve.
Return Value
Type:
Booleantrue on success, false on failure.
RemarksSome start points cannot be moved. Be sure to check return code.
See Also