TrimFeature.bRepCells Property
Parent Object: TrimFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/TrimFeature.h>
Description
Gets the set of valid cells that have been calculated based on the current inputs. To get this collection the model must be in the state it was when the feature was initially computed, which means the timeline marker must be positioned to immediately before this feature.
After changing any selected cells you must call the applyCellChanges method to update the feature with the changes.
Syntax
"trimFeature_var" is a variable referencing a TrimFeature object.
|