Compile Time Changes

The AssociativeFeatureSearchFeedbackVessel class has been moved from cm/abstract/draw/coreStraitDrawMeasureInsertAnimationVessels.cm to cm/core/assocDims/associativeFeatureSearchFeedbackVessel.cm.

The associative field has been removed and replaced with the _associativeCandidate field.

// Class: AssociativeFeatureSearchFeedbackVessel
Old: public bool associative;
New: private Snapper _associativeCandidate;

Some fixes and improvements were also introduced in the following methods to make AssociativeFeatureSearchFeedbackVessel works with the new associative dimension implementation. Please add the changes manually when necessary if you have sub-classes that override these methods.

// Class: AssociativeFeatureSearchFeedbackVessel
Modified: public bool update()
Modified: public GInstance get2D()