Click or drag to resize
SoVolumeRenderRayPick Method

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

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.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