Click or drag to resize
SoHandleEventActionSetPickedPoint Method (SoPickedPoint)

Set the OIV.Inventor.SoPickedPoint object that will be returned by getPickedPoint.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetPickedPoint(
	SoPickedPoint point
)

Parameters

point
Type: OIV.InventorSoPickedPoint
Remarks

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.

See Also