All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---Shape | +---SketchBasedShape | +---Hole
o Property AnchorMode( | ) As CatHoleAnchorMode |
Set holeAnchorMode = firstHole.AnchorMode
o Property BottomAngle( | ) As CATIAAngle (Read Only) |
Set holeBottomAngle = firstHole.BottomAngle
o Property BottomLimit( | ) As CATIALimit (Read Only) |
Set holeBottomLimit = firstHole.BottomLimit
o Property BottomType( | ) As CatHoleBottomType |
Set holeBottomType = firstHole.BottomType
o Property CounterSunkMode( | ) As CatCSHoleMode |
Set CSMode = firsthole.CounterSunkMode
o Property Diameter( | ) As CATIALength (Read Only) |
Set holeDiam = firstHole.Diameter
o Property HeadAngle( | ) As CATIAAngle (Read Only) |
Set holeHeadAngle = firstHole.HeadAngle
o Property HeadDepth( | ) As CATIALength (Read Only) |
Set holeHeadDepth = firstHole.HeadDepth
o Property HeadDiameter( | ) As CATIALength (Read Only) |
Set holeHeadDiam = firstHole.HeadDiameter
o Property HoleThreadDescription( | ) As CATIAStrParam (Read Only) |
Set holeThreadDescription = firstHole.HoleThreadDescription
o Property ThreadDepth( | ) As CATIALength (Read Only) |
Set holeThreadDepth = firstHole.ThreadDepth
o Property ThreadDiameter( | ) As CATIALength (Read Only) |
Set holeThreadDiameter = firstHole.ThreadDiameter
o Property ThreadPitch( | ) As CATIALength (Read Only) |
Set holeThreadPitch = firstHole.ThreadPitch
o Property ThreadSide( | ) As CatHoleThreadSide |
Set holeThreadSide = firstHole.ThreadSide
o Property ThreadingMode( | ) As CatHoleThreadingMode |
Set holeThreadingMode = firstHole.ThreadingMode
o Property Type( | ) As CatHoleType |
Set holeType = firstHole.Type
o Sub CreateStandardThreadDesignTable( | CatHoleThreadStandard | iStandardType) |
firstHole.CreateStandardThreadDesignTable catHoleMetricThinPitch
o Sub CreateUserStandardDesignTable( | CATBSTR | iStandardName, |
CATBSTR | iPath) |
firstHole.CreateUserStandardDesignTable "UserStandard",""
firstHole.CreateUserStandardDesignTable "","E:\user\standard\UserStandard.txt"
o Sub GetDirection( | CATSafeArrayVariant | ioDirection) |
Call firstHole.GetDirection dirArray Set x = dirArray[1] Set y = dirArray[2] Set z = dirArray[3]
o Sub GetOrigin( | CATSafeArrayVariant | ioOrigin) |
Call firstHole.GetOrigin coordArray Set x = coordArray[1] Set y = coordArray[2] Set z = coordArray[3]
o Sub Reverse( | ) |
firstHole.Reverse()
o Sub SetDirection( | CATIAReference | iDirection) |
firstHole.SetDirection holeDirref
o Sub SetOrigin( | double | iX, |
double | iY, | |
double | iZ) |
firstHole.SetOrigin 10., 20., 5.
Copyright © 2003, Dassault Systèmes. All rights reserved.