Click or drag to resize
SoCallbackActionAddPointCallback Method (Type, SoCallbackActionPointUserDataCB, Object)

Note: This API is now obsolete.

Routine to add delegates for generated primitives (points) for all shapes of the given type. The will be called for each point generated for all shapes of or derived from that type.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddPointCallback(
	Type shapeType,
	SoCallbackActionPointUserDataCB cb,
	Object userData
)

Parameters

shapeType
Type: SystemType
cb
Type: OIV.Inventor.ActionsSoCallbackActionPointUserDataCB
userData
Type: SystemObject
See Also