AdditiveSetupUtility.splitSupport Method
Parent Object:
AdditiveSetupUtilityDefined 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
boolean |
True on success, false on errors |
Parameters
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