Click or drag to resize

PickContextPickMeshTopologyVertices Method

Utility for picking mesh vertices

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int[] PickMeshTopologyVertices(
	Mesh mesh
)

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
See Also