Click or drag to resize
SoExtSelectionLineSegmentCB Delegate

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public delegate bool LineSegmentCB(
	SoCallbackAction action,
	out SoPrimitiveVertex v1,
	out SoPrimitiveVertex v2
)

Parameters

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

Return Value

Type: Boolean
Remarks