SoRayPickActionEnableConicPickVolume Method |
Controls the pick volume shape for picking with setRay().
Namespace: OIV.Inventor.Actions
The default is false, meaning that the picking volume is a rectangular shape, either a prism or a frustum (depending on which version of setRay was called). When enableConicPickVolume is true the picking volume is a conic shape, either a cylinder or a cone (depending on which version of setRay was called).
Setting enableConicPickVolume to true ensures that the entities picked using setRay() will be the same as picking using an equivalent call to setPoint(), but this mode is slightly more costly than frustum picking.