Click or drag to resize
SoCallbackActionLineSegmentCB Delegate

Typedefs for callback routine used with the callbacks for generating line segments 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 LineSegmentCB(
	SoCallbackAction action,
	out SoPrimitiveVertex v1,
	out SoPrimitiveVertex v2
)

Parameters

action
Type: OIV.Inventor.ActionsSoCallbackAction
v1
Type: OIV.InventorSoPrimitiveVertex
v2
Type: OIV.InventorSoPrimitiveVertex
Remarks

See Also