RhinoCommon API
RhinoGetGetPointOnMesh Method (Guid, String, Boolean, Point3d) |
Gets a point constrained to an existing mesh in the document.
Namespace: Rhino.Input
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Result GetPointOnMesh( Guid meshObjectId, string prompt, bool acceptNothing, out Point3d point )
Public Shared Function GetPointOnMesh ( meshObjectId As Guid, prompt As String, acceptNothing As Boolean, <OutAttribute> ByRef point As Point3d ) As Result
Parameters
- meshObjectId
- Type: SystemGuid
An ID of a mesh in the document. - prompt
- Type: SystemString
Text prompt. - acceptNothing
- Type: SystemBoolean
true if nothing else should be accepted. - point
- Type: Rhino.GeometryPoint3d
A point value will be assigned to this out parameter during this call.
Return Value
Type: ResultA command result based on user choice.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14