BoundaryFillFeatures.add Method

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

Description

Creates a new boundary fill feature.

Syntax

"boundaryFillFeatures_var" is a variable referencing a BoundaryFillFeatures object.
returnValue = boundaryFillFeatures_var.add(input)
"boundaryFillFeatures_var" is a variable referencing a BoundaryFillFeatures object.

#include <Fusion/Features/BoundaryFillFeatures.h>

returnValue = boundaryFillFeatures_var->add(input);

Return Value

Type Description
BoundaryFillFeature Returns the newly created BoundaryFillFeature object or null if the creation failed.

Parameters

Name Type Description
input BoundaryFillFeatureInput A BoundaryFillFeatureInput object that defines the desired boundary fill feature. Use the createInput method to create a new BoundaryFillFeatureInput object and then use methods on it (the BoundaryFillFeatureInput object) to define the boundary fill feature.

Samples

Name Description
boundaryFillFeatures.add Demonstrates the boundaryFill.add method. To use this sample you need to have two existing overlapping bodies. You'll be prompted to select the bodies when running the script.
Boundary Fill Feature API Sample Demonstrates creating a new boundary fill feature.

Version

Introduced in version June 2015