#include <IPathPointUtils.h>
|
| enum | { kDefaultIID = IID_IPATHPOINTUTILS } |
| |
Utility methods related to path point transformations.
Utils<IPathPointUtils>()->PreStorePathPoints(...) ;
Use prior to a path point transformation to store existing points for undo
- Parameters
| list | is the path point selection to store IN |
| storage | is the container for storing the path points OUT |
| ignoreSegments | if kTrue, ignores selected segments IN |
Use after a path point transformation to restore pre-existing points. Presumes same args from matching call to PreStorePathPoints.
- Parameters
| list | is the path point selection to restore IN |
| storage | contains the stored path points IN |
| ignoreSegments | if kTrue, ignores selected segments IN |