UntrimFeatureInput.setLoops Method
Parent Object:
UntrimFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/UntrimFeatureInput.h>
Description
Set the loops to be removed.
Syntax
"untrimFeatureInput_var" is a variable referencing a UntrimFeatureInput object.returnValue = untrimFeatureInput_var.setLoops(loops)
|
"untrimFeatureInput_var" is a variable referencing a UntrimFeatureInput object.
#include <Fusion/Features/UntrimFeatureInput.h>
returnValue = untrimFeatureInput_var->setLoops(loops);
|
Return Value
boolean |
Returns whether the operation was successful |
Parameters
loops |
BRepLoop[] |
Redefines this input to remove loops from the body. If faces were previously defined, that information will be lost. Only loops that do not have a connected face can be removed (the edges in the loop have a single face) The array can only contain loops from surface bodies, (the isSolid property of the BRepBody returns false). |
Version
Introduced in version January 2021