Share

HoleFeature.setToSimpleHole Method

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

Description

This method sets the hole's tap to be "simple," which means that the hole will not have any tap and will be a simple hole.

Syntax

"holeFeature_var" is a variable referencing a HoleFeature object.
returnValue = holeFeature_var.setToSimpleHole()

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version September 2025

Was this information helpful?