ExtrudeFeatureInput.participantBodies Property
Parent Object: ExtrudeFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtrudeFeatureInput.h>
Description
Gets and sets the list of bodies that will participate in the feature when the operation is a cut or intersection.
If this property has not been set, the default behavior is that all bodies that are intersected by the feature will participate.
This property can return null in the case where the feature has not been fully defined so that possible intersecting bodies can be computed.
Syntax
"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object.
|
Property Value
This is a read/write property whose value is an array of type BRepBody.Samples
Name | Description |
Manage Participant Bodies API Sample | Demonstrates how to manage participant During Cut operation. Same API can be used to manage participants During intersection also. |