SplitBodyFeatureInput.isSplittingToolExtended Property
Parent Object:
SplitBodyFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SplitBodyFeatureInput.h>
Description
Gets and sets whether or not the splitting tool is to be automatically extended (if possible) so as to completely intersect the bodyToSplit.
Syntax
"splitBodyFeatureInput_var" is a variable referencing a SplitBodyFeatureInput object.
# Get the value of the property. propertyValue = splitBodyFeatureInput_var.isSplittingToolExtended
# Set the value of the property. splitBodyFeatureInput_var.isSplittingToolExtended = propertyValue
|
"splitBodyFeatureInput_var" is a variable referencing a SplitBodyFeatureInput object.
#include <Fusion/Features/SplitBodyFeatureInput.h>
// Get the value of the property. boolean propertyValue = splitBodyFeatureInput_var->isSplittingToolExtended();
// Set the value of the property, where value_var is a boolean. bool returnValue = splitBodyFeatureInput_var->isSplittingToolExtended(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version June 2015