Click or drag to resize
SoExtSelectionTriangleCB Delegate

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

Parameters

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

Return Value

Type: Boolean
Remarks