ThreadDataQuery.allDesignations Method
Parent Object:
ThreadDataQueryDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ThreadDataQuery.h>
Description
returns an array/list of all the available thread designations for a thread type of a given size. Valid thread types and sizes and be obtained by using the allThreadTypes and allSizes functions.
Syntax
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.returnValue = threadDataQuery_var.allDesignations(threadType, size)
|
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
#include <Fusion/Features/ThreadDataQuery.h>
returnValue = threadDataQuery_var->allDesignations(threadType, size);
|
Return Value
string[] |
Returns the specified thread designations or empty array/list if an invalid thread type or size was specified. |
Parameters
threadType |
string |
The thread type of the designation you want. |
size |
string |
The thread size of the designation you want. |
Samples
Version
Introduced in version January 2015