SoPickStyleMethods Enumeration |
Picking method.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
AUTO | 0 | Select the best method to use when picking a shape. | |
GPU | 1 | Always use GPU accelerated picking if the shape supports it. | |
CPU | 2 | Always use CPU picking even if the shape supports another picking method. |
Specifying a method will not change the result of picking but may affect performance. Some shapes like MoMeshSkin implement a fast GPU Picking technique that may be faster than CPU picking (depending on the case). When Method is AUTO, Open Inventor will automatically determine which picking method should be used. However you can force using CPU or GPU picking technique. Please refer to OIV.Inventor.Actions.SoRayPickAction documentation for more details about GPU Picking.