ClearanceHoleDataQuery.allFastenerTypes 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 available fastener types for the given standard. To get the available standards, use the allStandards property.
Syntax
"clearanceHoleDataQuery_var" is a variable referencing a ClearanceHoleDataQuery object.returnValue = clearanceHoleDataQuery_var.allFastenerTypes(standard)
|
"clearanceHoleDataQuery_var" is a variable referencing a ClearanceHoleDataQuery object.
#include <Fusion/Features/ClearanceHoleDataQuery.h>
returnValue = clearanceHoleDataQuery_var->allFastenerTypes(standard);
|
Return Value
string[] |
Returns the specified fastener types or an empty array if an invalid standard is specified. |
Parameters
standard |
string |
The standard to search within. |
Version
Introduced in version September 2025