TrimFeatureInput.bRepCells Property
Parent Object: TrimFeatureInputDefined 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.
|
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. |