Click or drag to resize
SoRayPickActionGetPickedPoint Method (Int32)

Returns the indexed picked point from the list.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoPickedPoint GetPickedPoint(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: SoPickedPoint
Remarks

Returns NULL if index is larger than the number of picked points.

See Also