All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchComponent
| o Sub CreateComponentInst( | CATIASchGRRComp | iGRR, |
| CATSafeArrayVariant | iDb6Axis, | |
| CATIASchComponent | oNewComponent) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim dbVar2(6) As CATSafeArrayVariant Dim objArg3 As SchComponent ... objThisIntf.CreateComponentInstobjArg1,dbVar2,objArg3
| o Func CreateLocalReference( | CATIADocument | iDocumentToPutCopyIn) As CATIASchComponent |
Dim objThisIntf As SchComponent Dim objArg1 As Document Dim objArg2 As SchComponent ... Set objArg2 = objThisIntf.CreateLocalReference(objArg1)
| o Sub FlipConnected( | CATIASchGRRComp | iGRR) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp ... objThisIntf.FlipConnectedobjArg1
| o Sub FlipHorizontal( | CATIASchGRRComp | iGRR) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp ... objThisIntf.FlipHorizontalobjArg1
| o Sub FlipOnLine( | CATIASchGRRComp | iGRR) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp ... objThisIntf.FlipOnLineobjArg1
| o Sub FlipVertical( | CATIASchGRRComp | iGRR) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp ... objThisIntf.FlipVerticalobjArg1
| o Sub InsertIntoRouteWithInfo( | CATIABase | iInsertInfo, |
| CATIASchComponent | oNewComponent, | |
| CATIASchRoute | oNewRoute) |
Dim objThisIntf As SchComponent Dim objArg1 As AnyObject Dim objArg2 As SchComponent Dim objArg3 As SchRoute ... objThisIntf.InsertIntoRouteWithInfoobjArg1,objArg2,objArg3
| o Sub IsAReference( | boolean | oBYes) |
Dim objThisIntf As SchComponent Dim bVar1 As boolean ... objThisIntf.IsAReferencebVar1
| o Sub IsInserted( | CATIASchGRRComp | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim bVar2 As boolean ... objThisIntf.IsInsertedobjArg1,bVar2
| o Sub OKToFlipConnected( | CATIASchGRRComp | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim bVar2 As boolean ... objThisIntf.OKToFlipConnectedobjArg1,bVar2
| o Sub OKToFlipHorizontal( | CATIASchGRRComp | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim bVar2 As boolean ... objThisIntf.OKToFlipHorizontalobjArg1,bVar2
| o Sub OKToFlipOnLine( | CATIASchGRRComp | iGRR, |
| boolean | oBYes, | |
| CATIASchListOfDoubles | oDb2LinePt, | |
| CATIASchListOfDoubles | oDb2LineVec) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim bVar2 As boolean Dim objArg3 As SchListOfDoubles Dim objArg4 As SchListOfDoubles ... objThisIntf.OKToFlipOnLineobjArg1,bVar2,objArg3,objArg4
| o Sub OKToFlipVertical( | CATIASchGRRComp | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim bVar2 As boolean ... objThisIntf.OKToFlipVerticalobjArg1,bVar2
| o Sub OKToPlaceInSpace( | CATIASchGRRComp | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim bVar2 As boolean ... objThisIntf.OKToPlaceInSpaceobjArg1,bVar2
| o Sub OKToScale( | CATIASchGRRComp | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim bVar2 As boolean ... objThisIntf.OKToScaleobjArg1,bVar2
| o Sub OKToSlide( | CATIASchGRRComp | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim bVar2 As boolean ... objThisIntf.OKToSlideobjArg1,bVar2
| o Sub OKToUninsert( | CATIASchGRRComp | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim bVar2 As boolean ... objThisIntf.OKToUninsertobjArg1,bVar2
| o Sub PlaceInSpace( | CATIASchGRRComp | iGRR, |
| CATSafeArrayVariant | iDb6Axis, | |
| CATIASchComponent | oNewComponent) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim dbVar2(6) As CATSafeArrayVariant Dim objArg3 As SchComponent ... objThisIntf.PlaceInSpaceobjArg1,dbVar2,objArg3
| o Func PlaceOnComponentWithInfo( | CATIABase | iPlaceInfo) As CATIASchComponent |
Dim objThisIntf As SchComponent Dim objArg1 As AnyObject Dim objArg2 As SchComponent ... Set objArg2 = objThisIntf.PlaceOnComponentWithInfo(objArg1)
| o Sub PlaceOnObject( | CATIASchGRRComp | iGRR, |
| CATSafeArrayVariant | iDb6Axis, | |
| CATIASchAppConnectable | iObjectToConnect, | |
| CATIASchComponent | oNewComponent) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim dbVar2(6) As CATSafeArrayVariant Dim objArg3 As SchAppConnectable Dim objArg4 As SchComponent ... objThisIntf.PlaceOnObjectobjArg1,dbVar2,objArg3,objArg4
| o Func QueryConnectAbility( | CATIASchGRRComp | iGRR) As CATIABase |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim objArg2 As AnyObject ... Set objArg2 = objThisIntf.QueryConnectAbility(objArg1)
| o Sub Slide( | CATIASchGRRComp | iGRR, |
| CATSafeArrayVariant | iDb2PtToSlideTo) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp Dim dbVar2(2) As CATSafeArrayVariant ... objThisIntf.SlideobjArg1,dbVar2
| o Sub Uninsert( | CATIASchGRRComp | iGRR) |
Dim objThisIntf As SchComponent Dim objArg1 As SchGRRComp ... objThisIntf.UninsertobjArg1
Copyright © 2003, Dassault Systèmes. All rights reserved.