Click or drag to resize

PickContextMeshPickStyle Enumeration

[Missing <summary> documentation for "T:Rhino.Input.Custom.PickContext.MeshPickStyle"]

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum MeshPickStyle
Members
  Member nameValueDescription
WireframePicking0Checks for vertex and edge hits
ShadedModePicking1Checks for face hits
VertexOnlyPicking2Returns false if no vertices are hit
See Also