All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIMove2D
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMove2D
Geometric transformation of 2D elements.
Role: This interface is used to transform 2D elements onto their
background plane. The method CATIMove2D.GetMovable gives the list of elements which have to be transformated to transform the element
itself.
BeforeMove() and AfterMove() are new methods to improve behavior of
2D transformation.
public virtual HRESULT AfterMove( | )= 0 |
public virtual HRESULT BeforeMove( | )= 0 |
public virtual CATListValCATBaseUnknown_var GetMovable( | )= 0 |
public virtual void Move( | CATMathTransformation2D& | ioTransfo) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.