CombineFeatureInput.isNewComponent Property
Parent Object: CombineFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/CombineFeatureInput.h>
Description
Gets and sets a boolean value for whether or not a new component will be created with the results. The default value is false. In Base feature environment NewComponent does not work.
Syntax
"combineFeatureInput_var" is a variable referencing a CombineFeatureInput object.
|
Property Value
This is a read/write property whose value is a boolean.Samples
Name | Description |
combineFeatures.add | Demonstrates the combineFeatures.add method. To use this sample, have a design open that contains at least two bodies. When you run the sample, you will be prompted to select the bodies and they will joined. |