SoHandleEventActionSetPickedPoint Method (SoPickedPoint) |
Set the OIV.Inventor.SoPickedPoint object that will be returned by getPickedPoint.
Namespace: OIV.Inventor.Actions
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public void SetPickedPoint( SoPickedPoint point )
Useful in some special cases where a pick operation has already been done and the picked point is known. Avoids doing the pick operation again. In other words, events will be processed as if the specified point had been picked. Reset the picked point by calling with NULL.