Click or drag to resize
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
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoPickedPoint AddIntersection(
	SbVec3f objectSpacePoint
)

Parameters

objectSpacePoint
Type: OIV.InventorSbVec3f

Return Value

Type: SoPickedPoint
Remarks

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.

See Also