How to enable "Thread class" in Hole Wizard Property Manager
Posted: Sun Oct 27, 2024 9:08 pm
I am trying to edit the definition of an existing hole wizard hole. I can figure out how to change all the settings in the following image, except I can't figure out how to enable/disable the check box before "Thread class"
For example, I use the statement
to disable the "With thread callout" check box
I would expect a statement like
would check the "Thread class" box, but it doesn't (I just made up that property)
Any ideas how I can enable the "Thread class" check box?
.
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?
.