Hello,
In my RS Add-in I am using using the Project.UndoContext to create an undo step that modifies and RsTarget’s Transform, ReferenceFrame, and Attributes properties. When the user chooses to undo the modification the Transform and Attributes revert back to their original state, but the ReferenceFrame remains at the newly modified value. This same behavior can be observed using RsTarget.ShowReferenceFrame and the RS built in functionality for Translate Path, Rotate Path, etc. and using the undo mechanism.
In our application the ReferenceFrame is representing an important concept for us and ideally the undo step would consider it as well. Is this a bug that can be fixed? Or is this something we should work around by introducing our own ReferenceFrame Attribute?
Thanks!
-Levi