Click or drag to resize
SoExtSelectionLineSegmentUserDataCB Delegate

Note: This API is now obsolete.

LineSegmentCB delegate

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate bool LineSegmentUserDataCB(
	SoCallbackAction action,
	SoPrimitiveVertex v1,
	SoPrimitiveVertex v2,
	Object userData
)

Parameters

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

Return Value

Type: Boolean
See Also