Share

ThreadFeature.hole Property

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

Description

If this thread feature is was created as the result of creating a tapped hole, this property will return the associated hole feature. If this is a standard thread feature, this property will return null.

Syntax

"threadFeature_var" is a variable referencing a ThreadFeature object.

# Get the value of the property.
propertyValue = threadFeature_var.hole

Property Value

This is a read only property whose value is a HoleFeature.

Version

Introduced in version September 2025

Was this information helpful?