All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---AssemblyFeature | +---AssemblyHole
o Property AnchorMode( | ) As CatHoleAnchorMode |
Dim holeAnchorMode Set holeAnchorMode = assemblyHole.AnchorMode assemblyHole.AnchorMode = catMiddlePointHoleAnchor
o Property BottomAngle( | ) As CATIAAngle (Read Only) |
Dim holeBottomAngle As Angle Set holeBottomAngle = assemblyHole.BottomAngle
o Property BottomLimit( | ) As CATIALimit (Read Only) |
Dim limit As Limit Set limit = assemblyHole.BottomLimit
o Property BottomType( | ) As CatHoleBottomType |
Dim holeBottomType Set holeBottomType = assemblyHole.BottomType assemblyHole.BottomType = catVHoleBottom
o Property Diameter( | ) As CATIALength (Read Only) |
Dim holeDiam As Length Set holeDiam = assemblyHole.Diameter
o Property HeadAngle( | ) As CATIAAngle (Read Only) |
Dim holeHeadAngle As Angle Set holeHeadAngle = assemblyHole.HeadAngle
o Property HeadDepth( | ) As CATIALength (Read Only) |
Dim holeHeadDepth As Length Set holeHeadDepth = assemblyHole.HeadDepth
o Property HeadDiameter( | ) As CATIALength (Read Only) |
Dim holeHeadDiam As Length Set holeHeadDiam = assemblyHole.HeadDiameter
o Property Sketch( | ) As CATIASketch (Read Only) |
Dim sketch As Sketch Set sketch = assemblyHole.Sketch
o Property SketchComponent( | ) As CATIAProduct (Read Only) |
Dim skComp As Product Set skComp = assemblyHole.SketchComponent
o Property Type( | ) As CatHoleType |
Set holeType = assemblyHole.Type assemblyHole.Type = catTaperedHole
o Sub GetDirection( | CATSafeArrayVariant | ioDirection) |
Dim dirArray(2) Call assemblyHole.GetDirection(dirArray) Set x = dirArray[0] Set y = dirArray[1] Set z = dirArray[2]
o Sub GetOrigin( | CATSafeArrayVariant | ioOrigin) |
Dim coordArray(2) Call assemblyHole.GetOrigin coordArray Set x = coordArray[0] Set y = coordArray[1] Set z = coordArray[2]
o Sub SetDirection( | CATIAReference | iLine, |
CATIAProduct | iLineComp) |
assemblyHole.SetDirection dirRef, dirComp
Copyright © 2003, Dassault Systèmes. All rights reserved.