Click or drag to resize
SoPickMethodElementMethods Enumeration

These are the available pick methods.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Methods
Members
  Member nameValueDescription
AUTO0

OIV is in charge of selecting the best method to use when picking a shape.

GPU1

Force using GPU picking if the shape supports it.

CPU2

Force using CPU picking, even if shape supports other picking method.

Remarks