All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchRoute
| o Sub AddPoints( | CATIASchGRRRoute | iGRR, |
| CATSafeArrayVariant | iLDb2PtPathToAdd, | |
| long | iAfterWhichPtNum) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim dbVar2(x) As CATSafeArrayVariant Dim intVar4 As Integer ... objThisIntf.AddPointsobjArg1,dbVar2,intVar4
| o Sub Branch( | CATIASchGRRRoute | iGRRMain, |
| CATIASchRoute | iSchBranchRoute, | |
| CATIASchAppConnector | iSchBranchRouteCntr, | |
| CATIASchAppConnection | oBranchCntn, | |
| CATIASchAppConnector | oNewBranchCntr) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim objArg2 As SchRoute Dim objArg3 As SchAppConnector Dim objArg4 As SchAppConnection Dim objArg5 As SchAppConnector ... objThisIntf.BranchobjArg1,objArg2,objArg3,objArg4,objArg5
| o Sub Break( | CATIASchGRRRoute | iGRR, |
| CATSafeArrayVariant | iDb2Pt1, | |
| CATSafeArrayVariant | iDb2Pt2, | |
| CATIASchRoute | oNewSchRoute) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim dbVar2(2) As CATSafeArrayVariant Dim dbVar3(2) As CATSafeArrayVariant Dim objArg4 As SchRoute ... objThisIntf.BreakobjArg1,dbVar2,dbVar3,objArg4
| o Sub Compress( | ) |
Dim objThisIntf As SchRoute ... objThisIntf.Compress
| o Sub Concatenate( | CATIASchAppConnector | iSchRoute1Cntr, |
| CATIASchRoute | iSchRoute2, | |
| CATIASchAppConnector | iSchRoute2Cntr) |
Dim objThisIntf As SchRoute Dim objArg1 As SchAppConnector Dim objArg2 As SchRoute Dim objArg3 As SchAppConnector ... objThisIntf.ConcatenateobjArg1,objArg2,objArg3
| o Sub ConcatenateKeepRoute2( | CATIASchAppConnector | iSchRoute1Cntr, |
| CATIASchRoute | iSchRoute2, | |
| CATIASchAppConnector | iSchRoute2Cntr) |
Dim objThisIntf As SchRoute Dim objArg1 As SchAppConnector Dim objArg2 As SchRoute Dim objArg3 As SchAppConnector ... objThisIntf.ConcatenateKeepRoute2objArg1,objArg2,objArg3
| o Sub GetExtremityCntrs( | CATIASchGRRRoute | iGRR, |
| CATIASchAppConnector | oRouteCntr1, | |
| CATIASchAppConnector | oRouteCntr2) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim objArg2 As SchAppConnector Dim objArg3 As SchAppConnector ... objThisIntf.GetExtremityCntrsobjArg1,objArg2,objArg3
| o Sub GetPath( | CATIASchGRRRoute | iGRR, |
| CATIASchListOfDoubles | oLDb2PtPath) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim objArg2 As SchListOfDoubles ... objThisIntf.GetPathobjArg1,objArg2
| o Sub OKToBranch( | CATIASchGRRRoute | iGRR, |
| CATBSTR | iBranchClassType, | |
| boolean | oBYes) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim strVar2 As String Dim bVar3 As boolean ... objThisIntf.OKToBranchobjArg1,strVar2,bVar3
| o Sub OKToBreak( | CATIASchGRRRoute | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim bVar2 As boolean ... objThisIntf.OKToBreakobjArg1,bVar2
| o Sub OKToConcatenate( | CATIASchGRRRoute | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim bVar2 As boolean ... objThisIntf.OKToConcatenateobjArg1,bVar2
| o Sub OKToModifyPoints( | CATIASchGRRRoute | iGRR, |
| boolean | oBYes) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim bVar2 As boolean ... objThisIntf.OKToModifyPointsobjArg1,bVar2
| o Sub RemovePoints( | CATIASchGRRRoute | iGRR, |
| long | iNumOfPtsToRemove, | |
| long | iAfterWhichPtNum) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim intVar2 As Integer Dim intVar3 As Integer ... objThisIntf.RemovePointsobjArg1,intVar2,intVar3
| o Sub ReshapeExtremity( | CATIASchGRRRoute | iGRR, |
| CATIASchAppConnector | iRouteCntr, | |
| CATSafeArrayVariant | iDb2DeltaXY) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim objArg2 As SchAppConnector Dim dbVar3(2) As CATSafeArrayVariant ... objThisIntf.ReshapeExtremityobjArg1,objArg2,dbVar3
| o Sub ReshapeExtremity2( | CatSchIDLRouteMode | iERouteMode, |
| CATIASchGRRRoute | iGRR, | |
| CATIASchAppConnector | iRouteCntr, | |
| CATSafeArrayVariant | iDb2PtToMoveCntrTo) |
Dim objThisIntf As SchRoute Dim objArg2 As SchGRRRoute Dim objArg3 As SchAppConnector Dim dbVar4(2) As CATSafeArrayVariant ... objThisIntf.ReshapeExtremity2CatSchIDLRouteMode_Enum,objArg2,objArg3,dbVar4
| o Sub SetPath( | CATIASchGRRRoute | iGRR, |
| CATSafeArrayVariant | iLDb2PtPath) |
Dim objThisIntf As SchRoute Dim objArg1 As SchGRRRoute Dim dbVar2(x) As CATSafeArrayVariant ... objThisIntf.SetPathobjArg1,dbVar2
Copyright © 2003, Dassault Systèmes. All rights reserved.