All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Activity
|
+---ManufacturingActivity
|
+---ManufacturingCopyTransformation
| o Sub AddOperation( | CATIAManufacturingActivity | iManufacturingActivity) |
call myOperation.AddOperation(CopyTransformation)
| o Sub GetTrajectoryEndPointCoord( | CATSafeArrayVariant | oEndPoint) |
Dim oEndPoint(3) call CopyOrder.GetTrajectoryEndPointCoord(oEndPoint) x = oEndPoint(0) y = oEndPoint(1) z = oEndPoint(2)
| o Sub GetTrajectoryStartPointCoord( | CATSafeArrayVariant | oStartPoint) |
Dim oStartPoint(3) call Operation.GetTrajectoryStartPointCoord(oStartPoint) x = oStartPoint(0) y = oStartPoint(1) z = oStartPoint(2)
| o Sub SetCopyTransformation( | long | iNumberOfCopies, |
| CATBSTR | iOrdering, | |
| CATBSTR | iTransformationType) |
call CopyTransformation.SetCopyTransformation(iNumberOfCopies, "EachOperationNTime", "Translation")
| o Sub SetCopyTransformationTranslationAttributes( | CATBSTR | iTranslationType, |
| double | iDistanceAlongX, | |
| double | iDistanceAlongY, | |
| double | iDistanceAlongZ) |
call CopyTransformation.SetCopyTransformationTranslationAttributes("AbsoluteCoordinates", 0.0, 100.0, 0.0)
Copyright © 2003, Dassault Systèmes. All rights reserved.