Click or drag to resize
SoCallbackActionPointCB Delegate

Typedefs for callback routine used with the callbacks for generating points primitives.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public delegate void PointCB(
	SoCallbackAction action,
	out SoPrimitiveVertex v
)

Parameters

action
Type: OIV.Inventor.ActionsSoCallbackAction
v
Type: OIV.InventorSoPrimitiveVertex
Remarks

See Also