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