list_thread_options
List valid thread_type and thread_size values for threaded holes to avoid enum errors when calling hole(). Call without args for thread types, or with a thread_type for its sizes.
Instructions
Discover the COUPLED ThreadType / ThreadSize enums on the hole tool.
Call with no args to list valid thread_type values. Call with thread_type=... to list the valid thread_size values for that type (the coupling: thread_size='M4' is valid for 'ISOMetricProfile' but not for 'UNC'). Use this BEFORE calling hole(threaded=True, thread_type=..., thread_size=...) to avoid a failed enum-value call.
Returns either {thread_types: [...]} or {thread_type, thread_sizes: [...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_type | No |