HoleFeature.setToSimple Method

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

Description

Calling this method will change the hole to a simple hole.

Syntax

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

#include <Fusion/Features/HoleFeature.h>

returnValue = holeFeature_var->setToSimple();

Return Value

Type Description
boolean Returns true if changing the hole was successful.

Version

Introduced in version August 2014