FeatureOperations Enumerator
Description
List of the different operations a feature can perform.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
| Name | Value | Description |
| CutFeatureOperation | 1 | The feature cuts or removes materials. |
| IntersectFeatureOperation | 2 | The feature intersects with an existing body and the result is the intersecting volume. |
| JoinFeatureOperation | 0 | The feature joins or adds material. |
| NewBodyFeatureOperation | 3 | Results in the creation of a new body. |
| NewComponentFeatureOperation | 4 | Results in the creation of a new component that contains the new body. |
