PickContext.PickMeshTopologyVertices Method

PickContextPickMeshTopologyVertices Method

Utility for picking mesh vertices

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int[] PickMeshTopologyVertices(
	Mesh mesh
)
Public Function PickMeshTopologyVertices ( 
	mesh As Mesh
) As Integer()

Parameters

mesh
Type: Rhino.GeometryMesh

[Missing <param name="mesh"/> documentation for "M:Rhino.Input.Custom.PickContext.PickMeshTopologyVertices(Rhino.Geometry.Mesh)"]

Return Value

Type: Int32
indices of mesh topology vertices that were picked
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also