UnstitchFeatures.add Method
Parent Object:
UnstitchFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/UnstitchFeatures.h>
Description
Creates a new Unstitch feature.
Syntax
"unstitchFeatures_var" is a variable referencing a UnstitchFeatures object.# Uses no optional arguments. returnValue = unstitchFeatures_var.add(faces)
# Uses optional arguments. returnValue = unstitchFeatures_var.add(faces, isChainSelection)
|
"unstitchFeatures_var" is a variable referencing a UnstitchFeatures object.
#include <Fusion/Features/UnstitchFeatures.h>
// Uses no optional arguments. returnValue = unstitchFeatures_var->add(faces);
// Uses optional arguments. returnValue = unstitchFeatures_var->add(faces, isChainSelection);
|
Return Value
UnstitchFeature |
Returns the newly created UnstitchFeature object or null if the creation failed. |
Parameters
faces |
ObjectCollection |
The faces and/or bodies to Unstitch. Individual faces can be unstitched from solid and/or patch bodies. The faces being unstitched need not all come from the same body. |
isChainSelection |
boolean |
A boolean value for setting whether or not faces that are connected and adjacent to the input faces will be included in the selection. The default value is true.
This is an optional argument whose default value is True. |
Samples
Version
Introduced in version July 2015