SoRayPickActionPickingModes Enumeration |
Namespace: OIV.Inventor.Actions
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | In the default mode, Inventor computes the intersection of the pick ray with geometry nodes (face, line, point, volume, mesh, etc). SoPickedPoint.getPoint() returns the coordinate of the intersection and SoPickedPoint.getDetail() returns (usually) an SoDetail class specific to the picked geometry. | |
POINT_PICKING | 1 | In this mode, Inventor finds all the vertices inside the pick radius. However this is only supported for SoBufferedShape and classes derived from SoIndexedShape. This mode can be much faster because, for example, it does not need to check for intersection with the triangles of an SoIndexedFaceSet. For pick radius see setRadius(). Specific different behaviors include:
|