AdditiveSetupUtility.splitSupport Method

Parent Object: AdditiveSetupUtility

PreviewThis 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::cam" and the header file is <Cam/ModifyUtility/AdditiveSetupUtility.h>

Description

Splits support structure of given target bodies into separate mesh body.

Syntax

"additiveSetupUtility_var" is a variable referencing an AdditiveSetupUtility object.
returnValue = additiveSetupUtility_var.splitSupport(targets, splitType)
"additiveSetupUtility_var" is a variable referencing an AdditiveSetupUtility object.

#include <Cam/ModifyUtility/AdditiveSetupUtility.h>

returnValue = additiveSetupUtility_var->splitSupport(targets, splitType);

Return Value

Type Description
boolean True on success, false on errors

Parameters

Name Type Description
targets Base[] Targets contain any input bodies whose support is to be inserted into a new mesh body. Input target must belong to the setup and must be part of the associated manufacturing model. Raises an error if any input target is not part of the setup or is not part of the associated manufacturing model.
splitType SplitSupportTypes The splitType defines the behavior for support that contains solid and open mesh geometry.

Version

Introduced in version September 2023