All Frameworks Class Hierarchy This Framework Indexes
CATSchPlatformInterfaces Interface CATISchMovable2
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISchMovable2
Interface to transform Schematic component objects.
Role: To do transformation such as rotate schematic
objects at point.
Method Index
- o
RotateAtPoint(double,double[2])
- Rotate a schematic object with an angle in radian at a point.
Methods
o RotateAtPoint
| public virtual RotateAtPoint( | const | iDb1RotationAngleInRadian, |
| const | iDb2CenterPoint) |
-
Rotate a schematic object with an angle in radian at a point.
- Parameters:
-
- iDb1RotationAngleInRadian
- Rotation angle (from x-axis) in radian.
- iDb2CenterPoint
- X-Y components of a center point of rotation.
- Returns:
- An HRESULT value.
Legal values:
- CATReturnSuccess
- operation is successful
- CATReturnFailure
- operation failed
This object is included in the file: CATISchMovable2.h