Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.actions | |
com.openinventor.inventor.misc.callbacks | |
com.openinventor.inventor.nodes |
Modifier and Type | Method and Description |
---|---|
SoPickedPoint |
SoPickedPoint.copy() |
Constructor and Description |
---|
SoPickedPoint(SoPickedPoint pp)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
SoPickedPoint |
SoRayPickAction.addIntersection(SbVec3f objectSpacePoint)
Adds an
SoPickedPoint instance representing the given object space point to the current list and returns it. |
SoPickedPoint |
SoHandleEventAction.getPickedPoint()
Returns the frontmost object hit (as an
SoPickedPoint ) by performing a pick based on the mouse location specified in the event for which the action is being applied. |
SoPickedPoint |
SoRayPickAction.getPickedPoint()
Calls getPickedPoint((int)0).
|
SoPickedPoint |
SoRayPickAction.getPickedPoint(int index)
Returns the indexed picked point from the list.
|
SoPickedPoint |
SoRayPickAction.getUnsortedPickedPoint(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<SoPickedPoint> |
SoHandleEventAction.getPickedPointList()
Returns a list of objects intersected by a picking operation, sorted from nearest to farthest.
|
java.util.Vector<SoPickedPoint> |
SoRayPickAction.getPickedPointList()
Returns list of picked points.
|
Modifier and Type | Method and Description |
---|---|
void |
SoHandleEventAction.setPickedPoint(SoPickedPoint point)
Set the
SoPickedPoint object that will be returned by getPickedPoint. |
Modifier and Type | Method and Description |
---|---|
SoPath |
SoSelectionPickCB.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.
|
Modifier and Type | Method and Description |
---|---|
SoPickedPoint |
SoEventCallback.getPickedPoint()
Returns pick information during
SoHandleEventAction traversal, or NULL if traversal is not taking place. |
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com