SoRayPickActionGetPickedPointList Method |
Returns list of picked points.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoPickedPointList GetPickedPointList()
Public Function GetPickedPointList As SoPickedPointList
public:
SoPickedPointList^ GetPickedPointList()
member GetPickedPointList : unit -> SoPickedPointList
Return Value
Type:
SoPickedPointList
RemarksThis results in a copy of the picked point list and a copy of every SoPickedPoint object in the list.
See Also