This functionality is provided as a preview
of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the
Fusion API and Scripts forum.
Because this is a preview of future functionality, there is the possibility that it will change, which will possibly
break any existing programs that use this functionality. Because of that, you should never deliver any programs that use
any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.
Defined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/UnfoldFeature.h>
Description
Updates this unfold feature to unfold either all bends or only the specified bend faces. You need to position the timeline marker to immediately before this feature before calling this method. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)
When true, all bends in the sheet metal body are unfolded and bendFaces is ignored. When false, only the faces listed in bendFaces are unfolded.
bendFaces
BRepFace[]
Optional. When isUnfoldAllBends is false, the bend faces to unfold. For each bend, specify either the inner cylindrical face, the outer cylindrical face, or both; partner faces of the same bend (including side faces) are resolved automatically. Passing a cylindrical face that is not part of any bend on the body (for example a hole or a fillet face) causes this call to fail. When isUnfoldAllBends is true, this argument is ignored. The default value is null.
This is an optional argument whose default value is null.