Uses of Class
com.openinventor.inventor.SoPickedPoint
Packages that use SoPickedPoint
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SoPickedPoint in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoPickedPointConstructors in com.openinventor.inventor with parameters of type SoPickedPoint -
Uses of SoPickedPoint in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoPickedPointModifier and TypeMethodDescriptionSoRayPickAction.addIntersection(SbVec3f objectSpacePoint) Adds anSoPickedPointinstance representing the given object space point to the current list and returns it.SoRayPickAction.addIntersection(SoPickedPoint pp) SoHandleEventAction.getPickedPoint()Returns the frontmost object hit (as anSoPickedPoint) by performing a pick based on the mouse location specified in the event for which the action is being applied.SoRayPickAction.getPickedPoint()Calls getPickedPoint((int)0).SoRayPickAction.getPickedPoint(int index) Returns the indexed picked point from the list.SoRayPickAction.getUnsortedPickedPoint(int i) Methods in com.openinventor.inventor.actions that return types with arguments of type SoPickedPointModifier and TypeMethodDescriptionSoHandleEventAction.getPickedPointList()Returns a list of objects intersected by a picking operation, sorted from nearest to farthest.SoRayPickAction.getPickedPointList()Returns list of picked points.Methods in com.openinventor.inventor.actions with parameters of type SoPickedPointModifier and TypeMethodDescriptionSoRayPickAction.addIntersection(SoPickedPoint pp) voidSoHandleEventAction.setPickedPoint(SoPickedPoint point) Set theSoPickedPointobject that will be returned by getPickedPoint. -
Uses of SoPickedPoint in com.openinventor.inventor.misc.callbacks
Methods in com.openinventor.inventor.misc.callbacks with parameters of type SoPickedPointModifier and TypeMethodDescriptionSoSelectionPickCB.invoke(SoPickedPoint p) This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body. -
Uses of SoPickedPoint in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoPickedPointModifier and TypeMethodDescriptionSoEventCallback.getPickedPoint()Returns pick information duringSoHandleEventActiontraversal, or NULL if traversal is not taking place.