Click or drag to resize
SoRayPickActionGetPickedPointList Method

Returns list of picked points.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoPickedPointList GetPickedPointList()

Return Value

Type: SoPickedPointList
Remarks

This results in a copy of the picked point list and a copy of every OIV.Inventor.SoPickedPoint object in the list.

See Also