BoundaryFillFeature.applyCellChanges Method

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

Description

After making any changes to the set of selected cells you must call this method to indicate all changes have been made and to apply those changes to the feature.

Syntax

"boundaryFillFeature_var" is a variable referencing a BoundaryFillFeature object.
returnValue = boundaryFillFeature_var.applyCellChanges()
"boundaryFillFeature_var" is a variable referencing a BoundaryFillFeature object.

#include <Fusion/Features/BoundaryFillFeature.h>

returnValue = boundaryFillFeature_var->applyCellChanges();

Return Value

Type Description
boolean Returns true if the apply was successful.

Version

Introduced in version June 2015