Click or drag to resize
SoCallbackActionLineSegmentUserDataCB Delegate

Note: This API is now obsolete.

LineSegmentCB delegate

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate void 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
See Also