Indexes   

SchMovable2 (Object)

Manage rotation of a schematic object.

Method Index

RotateAtPoint
Rotate a schematic object with an angle in radian at a point.

Methods


o Sub RotateAtPoint( iDb1RotationAngleInRadian,
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.
Example:
 Dim objThisIntf As SchMovable2

 Dim dbVar2(2) As CATSafeArrayVariant
  ...
 objThisIntf.RotateAtPoint,dbVar2
 

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