SoRayPickActionGetPickedPoint Method (Int32) |
Returns the indexed picked point from the list.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoPickedPoint GetPickedPoint(
int index
)
Public Function GetPickedPoint (
index As Integer
) As SoPickedPoint
public:
SoPickedPoint^ GetPickedPoint(
int index
)
member GetPickedPoint :
index : int -> SoPickedPoint
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SoPickedPointRemarks Returns NULL if index is larger than the number of picked points.
See Also