All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---AssemblyFeature
|
+---AssemblyPocket
| o Property DirectionOrientation( | ) As CatPrismOrientation |
Dim dirOrientation Set dirOrientation = assemblyPocket.DirectionOrientation assemblyPocket.DirectionOrientation = catInverseOrientation
| o Property DirectionType( | ) As CatPrismExtrusionDirection |
Dim dirType Set dirType = assemblyPocket.DirectionType assemblyPocket.DirectionType = catNormalToSketchDirection
| o Property FirstLimit( | ) As CATIALimit (Read Only) |
Dim firstLimit As Limit Set firstLimit = assemblyPocket.FirstLimit
| o Property IsSymmetric( | ) As boolean |
Dim symFlag As boolean Set symFlag = assemblyPocket.IsSymmetric assemblyPocket.IsSymmetric = TRUE
| o Property SecondLimit( | ) As CATIALimit (Read Only) |
Dim secondLimit As Limit Set secondLimit = assemblyPocket.SecondLimit
| o Property Sketch( | ) As CATIASketch (Read Only) |
Dim sketch As Sketch Set sketch = assemblyPocket.Sketch
| o Property SketchComponent( | ) As CATIAProduct (Read Only) |
Dim skComp As Product Set skComp = assemblyPocket.SketchComponent
| o Sub GetDirection( | CATSafeArrayVariant | ioDirection) |
Dim dirArray(2) Call assemblyPocket.GetDirection(dirArray) Set x = dirArray[0] Set y = dirArray[1] Set z = dirArray[2]
| o Sub ReverseInnerSide( | ) |
assemblyPocket.ReverseInnerSide
| o Sub SetDirection( | CATIAReference | iLine, |
| CATIAProduct | iLineComp) |
assemblyPocket.SetDirection dirRef, dirComp
Copyright © 2003, Dassault Systèmes. All rights reserved.