BRepCell.isSelected Property
Parent Object: BRepCellDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/BRepCell.h>
Description
Gets and sets whether the cell is selected. For a Trim feature a selected cell is removed, whereas for a boundary fill feature, a selected cell is kept and used in the feature operation.
Syntax
"bRepCell_var" is a variable referencing a BRepCell object.
|
Property Value
This is a read/write property whose value is a boolean.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. |
Trim Feature API Sample | Demonstrates creating a new trim feature. |