Edit Soft Selection Callback used to control the new Edit Soft Selection Command Mode.
New to 3ds max 2009, the new pure virtual base class, EditSSCB, is to be used to interact with the new Edit Soft Selection CommandMode which let's you interactively set soft selection's falloff, pinch and bubble parameters. The normal use will be to create a subclass of this class which implements the given pure virtual functions and then pass this object it in as a parameter to the EditSSMode constructor.
#include <EditSoftSelectionMode.h>