BoundaryFillFeatureInput.bRepCells Property
Parent Object: BoundaryFillFeatureInputDefined 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.
|
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. |