SoRayPickActionAddIntersection Method |
Adds an OIV.Inventor.SoPickedPoint instance representing the given object space point to the current list and returns it.
Namespace: OIV.Inventor.Actions
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public SoPickedPoint AddIntersection( SbVec3f objectSpacePoint )
If pickAll is true, this inserts the instance in correct sorted order. If it is false, it replaces the one instance in the list only if the new one is closer; if the new one is farther away, no instance is created and NULL is returned, meaning that no more work has to be done to set up the OIV.Inventor.SoPickedPoint.