UntrimFeature.redefineLoopsFromFaces Method
Parent Object:
UntrimFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/UntrimFeature.h>
Description
Set the loops to be removed from a set of faces.
Syntax
"untrimFeature_var" is a variable referencing a UntrimFeature object.returnValue = untrimFeature_var.redefineLoopsFromFaces(faces, untrimLoopType)
|
"untrimFeature_var" is a variable referencing a UntrimFeature object.
#include <Fusion/Features/UntrimFeature.h>
returnValue = untrimFeature_var->redefineLoopsFromFaces(faces, untrimLoopType);
|
Return Value
boolean |
Returns whether the operation was successful |
Parameters
faces |
BRepFace[] |
An array of BRepFace objects that will have the loops of the specified types removed. 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 faces from surface bodies, (the isSolid property of the BRepBody returns false). |
untrimLoopType |
UntrimLoopTypes |
The loop type to be untrimmed (AllLoopUntrimType, InternalLoopUntrimType, or ExternalLoopUntrimType). |
Version
Introduced in version January 2021