For example, I use the statement
Code: Select all
swWizHole.CosmeticThreadType = swCosmeticThreadWithoutCallout
I would expect a statement like
Code: Select all
swWizHole.ThreadClass = true
Any ideas how I can enable the "Thread class" check box?
.
Code: Select all
swWizHole.CosmeticThreadType = swCosmeticThreadWithoutCallout
Code: Select all
swWizHole.ThreadClass = true
Thanks, retonny77. Here's a snip of my code
Code: Select all
swWizHole.ThreadClass = "2B" 'Note that this doesn't seem to enable the "Thread class" check box.