Click or drag to resize
SoShapeRayPick Method

Implements picking along a ray by intersecting the ray with each primitive generated by subclass.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void RayPick(
	SoRayPickAction action
)

Parameters

action
Type: OIV.Inventor.ActionsSoRayPickAction
Remarks

May be overridden in subclass.

See Also