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: 2024.2.2.0 (10.16.2.0)
Syntax
public delegate void PointCB(
	SoCallbackAction action,
	out SoPrimitiveVertex v
)

Parameters

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

See Also