ClearanceHoleDataQuery.allSizes Method
Parent Object:
ClearanceHoleDataQueryDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ClearanceHoleDataQuery.h>
Description
This method returns an array of all the sizes for the given standard and fastener type. Valid standards and fastener types can be obtained using the allStandards and allFastenerTypes functions.
Syntax
"clearanceHoleDataQuery_var" is a variable referencing a ClearanceHoleDataQuery object.returnValue = clearanceHoleDataQuery_var.allSizes(standard, fastenerType)
|
"clearanceHoleDataQuery_var" is a variable referencing a ClearanceHoleDataQuery object.
#include <Fusion/Features/ClearanceHoleDataQuery.h>
returnValue = clearanceHoleDataQuery_var->allSizes(standard, fastenerType);
|
Return Value
string[] |
Returns the specified sizes or empty array if an invalid standard or fastener type is specified. |
Parameters
standard |
string |
The standard to search within. |
fastenerType |
string |
The fastener type in the specified standard to search within. |
Version
Introduced in version September 2025