All Frameworks Object Hierarchy This Framework Indexes
o Property AnchorMode( | ) As |
Set holeAnchorMode = firstHole.AnchorMode
o Property BottomAngle( | ) As (Read Only) |
Set holeBottomAngle = firstHole.BottomAngle
o Property BottomLimit( | ) As (Read Only) |
Set holeBottomLimit = firstHole.BottomLimit
o Property BottomType( | ) As |
Set holeBottomType = firstHole.BottomType
o Property CounterSunkMode( | ) As |
Set CSMode = firsthole.CounterSunkMode
o Property Diameter( | ) As (Read Only) |
Set holeDiam = firstHole.Diameter
o Property HeadAngle( | ) As (Read Only) |
Set holeHeadAngle = firstHole.HeadAngle
o Property HeadDepth( | ) As (Read Only) |
Set holeHeadDepth = firstHole.HeadDepth
o Property HeadDiameter( | ) As (Read Only) |
Set holeHeadDiam = firstHole.HeadDiameter
o Property HoleThreadDescription( | ) As (Read Only) |
Set holeThreadDescription = firstHole.HoleThreadDescription
o Property ThreadDepth( | ) As (Read Only) |
Set holeThreadDepth = firstHole.ThreadDepth
o Property ThreadDiameter( | ) As (Read Only) |
Set holeThreadDiameter = firstHole.ThreadDiameter
o Property ThreadPitch( | ) As (Read Only) |
Set holeThreadPitch = firstHole.ThreadPitch
o Property ThreadSide( | ) As |
Set holeThreadSide = firstHole.ThreadSide
o Property ThreadingMode( | ) As |
Set holeThreadingMode = firstHole.ThreadingMode
o Property Type( | ) As |
Set holeType = firstHole.Type
o Sub CreateStandardThreadDesignTable( | iStandardType) |
firstHole.CreateStandardThreadDesignTable catHoleMetricThinPitch
o Sub CreateUserStandardDesignTable( | iStandardName, | |
iPath) |
firstHole.CreateUserStandardDesignTable "UserStandard",""
firstHole.CreateUserStandardDesignTable "","E:\user\standard\UserStandard.txt"
o Sub GetDirection( | ioDirection) |
Call firstHole.GetDirection dirArray Set x = dirArray[1] Set y = dirArray[2] Set z = dirArray[3]
o Sub GetOrigin( | 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( | iDirection) |
firstHole.SetDirection holeDirref
o Sub SetOrigin( | iX, | |
iY, | ||
iZ) |
firstHole.SetOrigin 10., 20., 5.
Copyright © 2003, Dassault Systèmes. All rights reserved.