Click or drag to resize
SoCallbackActionAddPointCallback Method
Overload List
  NameDescription
Public methodAddPointCallback(Type, SoCallbackActionPointCB)

Routine to add callbacks for generated primitives (points) for all shapes of the given type.

Public methodAddPointCallback(Type, SoCallbackActionPointUserDataCB, Object) 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.
Top
See Also