TrimFeatureInput.bRepCells Property

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

Description

Returns the collection of the valid cells that have been calculated based on the trim tool. Use this collection to specify which cells to trim away.

Syntax

"trimFeatureInput_var" is a variable referencing a TrimFeatureInput object.

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

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

Property Value

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

Samples

Name Description
Trim Feature API Sample Demonstrates creating a new trim feature.

Version

Introduced in version July 2015