ClearanceHoleDataQuery.create Method

Parent Object: ClearanceHoleDataQuery
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/ClearanceHoleDataQuery.h>

Description

Static method to create a new ClearanceHoleDataQuery object. The ClearanceHoleDataQuery object is a utility object that provides methods to query for the valid clearance hole definitions defined in Fusion. This object provides similar functionality as the hole command dialog to find valid clearance standards, fastener types, and sizes, which can be used to create clearance hole features.

Syntax

This is a static method.

returnValue = adsk.fusion.ClearanceHoleDataQuery.create()
This is a static method.

#include <Fusion/Features/ClearanceHoleDataQuery.h>

returnValue = adsk::fusion::ClearanceHoleDataQuery::create();

Return Value

Type Description
ClearanceHoleDataQuery Returns a ClearanceHoleDataQuery object.

Version

Introduced in version September 2025