All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Notification CATTransformation2DNotification

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---CATTransformation2DNotification
 

Usage: you must use this class as is. You should never derive it.


public class CATTransformation2DNotification

Class to notify the interactive 2D manipulation of visualized objects.
Role: This notification sent by a CAT2DManipulator is used to retrieve mathematic transformation data from the mouse move. It can be decoded in a callback method through the CATManipulator.SendCommandSpecificObject method.


Method Index


o GetTransformation()
Returns the 2D mathematic transformation of the movement This transformation reflect the mouse move since the last recieved notification.

Methods


o GetTransformation
public CATMathTransformation2D GetTransformation()const
Returns the 2D mathematic transformation of the movement This transformation reflect the mouse move since the last recieved notification.

This object is included in the file: CATTransformation2DNotification.h
If needed, your Imakefile.mk should include the module: CATViz

Copyright © 2003, Dassault Systèmes. All rights reserved.