Alan Lowbands
Aerospace
- May 17, 2017
- 274
Good morning All,
Does anyone know what the call-up is for thread 'Support' depth ?
The code below 'kind off' works on blind holes but falls down when the hole depth is 'Up to Next'
i've searched the v5Automation but can't find how to change from Dimension to Support.
----------------------------------------------------------------------------
oHole1.ThreadSide = catRightThreadSide
oHole1.ThreadingMode = catThreadedHoleThreading
oHole1.CreateStandardThreadDesignTable catHoleMetricThickPitch
Set strParam1 = oHole1.HoleThreadDescription
strParam1.Value = oHoleSize
oHole1.ThreadDepth.Value = oDepth 'Thread depth same as hole depth
'oHole1.ThreadDepth.Value = oTDepth 'Thread depth different to hole depth
-----------------------------------------------------------------------------
thanks for any pointers
Does anyone know what the call-up is for thread 'Support' depth ?
The code below 'kind off' works on blind holes but falls down when the hole depth is 'Up to Next'
i've searched the v5Automation but can't find how to change from Dimension to Support.
----------------------------------------------------------------------------
oHole1.ThreadSide = catRightThreadSide
oHole1.ThreadingMode = catThreadedHoleThreading
oHole1.CreateStandardThreadDesignTable catHoleMetricThickPitch
Set strParam1 = oHole1.HoleThreadDescription
strParam1.Value = oHoleSize
oHole1.ThreadDepth.Value = oDepth 'Thread depth same as hole depth
'oHole1.ThreadDepth.Value = oTDepth 'Thread depth different to hole depth
-----------------------------------------------------------------------------
thanks for any pointers