Click or drag to resize
SoCallbackActionAddLineSegmentCallback Method
Overload List
  NameDescription
Public methodAddLineSegmentCallback(Type, SoCallbackActionLineSegmentCB)

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

Public methodAddLineSegmentCallback(Type, SoCallbackActionLineSegmentUserDataCB, Object) Obsolete.
Routine to add delegates for generated primitives (line segments) for all shapes of the given type. The delegate will be called for each line segment generated for all shapes of or derived from that type.
Top
See Also