All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchMovable2

System.IUnknown
  |
  +---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 HRESULT RotateAtPoint( const double iDb1RotationAngleInRadian,
const double[2] iDb2CenterPoint) = 0
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

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