BoundaryFillFeatureInput.bRepCells Property

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

Description

Returns the collection of the valid cells that have been calculated based on the set of input tools. You use this collection to specify which cells you want included in the output.

Syntax

"boundaryFillFeatureInput_var" is a variable referencing a BoundaryFillFeatureInput object.

# Get the value of the property.
propertyValue = boundaryFillFeatureInput_var.bRepCells
"boundaryFillFeatureInput_var" is a variable referencing a BoundaryFillFeatureInput object.
#include <Fusion/Features/BoundaryFillFeatureInput.h>

// Get the value of the property.
Ptr<BRepCells> propertyValue = boundaryFillFeatureInput_var->bRepCells();

Property Value

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

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