All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchGRRComp
| o Sub GetPosition( | CATIASchListOfDoubles | oDb2Position) |
Dim objThisIntf As SchGRRComp Dim objArg1 As SchListOfDoubles ... objThisIntf.GetPositionobjArg1
| o Sub GetRotationAngle( | double | oDb1RotationAngleInRad) |
Dim objThisIntf As SchGRRComp Dim dbVar As Double; ... objThisIntf.GetRotationAngledbVar
| o Sub GetScale( | double | oDb1ScaleFactor) |
Dim objThisIntf As SchGRRComp Dim dbVar As Double; ... objThisIntf.GetScaledbVar
| o Sub GetTransformation2D( | CATIASchListOfDoubles | oDb6TransMatrix) |
Dim objThisIntf As SchGRRComp Dim objArg1 As SchListOfDoubles ... objThisIntf.GetTransformation2DobjArg1
| o Sub SetPosition( | CATSafeArrayVariant | oDb2Position) |
Dim objThisIntf As SchGRRComp Dim dbVar1(x) As CATSafeArrayVariant ... objThisIntf.SetPositiondbVar1
| o Sub SetRotationAngle( | double | iDb1RotationAngleInRad) |
Dim objThisIntf As SchGRRComp Dim dbVar As Double; ... objThisIntf.SetRotationAngledbVar
| o Sub SetScale( | double | iDb1ScaleFactor) |
Dim objThisIntf As SchGRRComp Dim dbVar As Double; ... objThisIntf.SetScaledbVar
| o Sub SetTransformation2D( | CATSafeArrayVariant | iDb6TransMatrix) |
Dim objThisIntf As SchGRRComp Dim dbVar1(6) As CATSafeArrayVariant ... objThisIntf.SetTransformation2DdbVar1
Copyright © 2003, Dassault Systèmes. All rights reserved.