Prod.: Engine, ver.: 6021, ID: 60001520, Bug : When moving grip points the FilterActionPoint does not update the ref point

Bug : When moving grip points the FilterActionPoint does not update the ref point

Article60001520
TypeBug
ProductEngine
Version6021
Date Added10/20/2011
FixedYes [10/21/2011]
Submitted byAdam White
Keywords

Subject

When moving grip points the FilterActionPoint does not update the ref point

Summary

When moving grip points the FilterActionPoint does not update the ref point, in a code like:
void ActiveDocument_FilterActionPoint(object sender, object action, ref gPoint pt)
        {
            pt.z = pt.z - 1.0d;
        }

Solution

Fixed in 6022.