SplitFaceFeatureInput.facesToSplit Property
Parent Object:
SplitFaceFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SplitFaceFeatureInput.h>
Description
Gets and sets the faces to be split. The collection can contain one or more faces selected from solid and/or open bodies.
Syntax
"splitFaceFeatureInput_var" is a variable referencing a SplitFaceFeatureInput object.
# Get the value of the property. propertyValue = splitFaceFeatureInput_var.facesToSplit
# Set the value of the property. splitFaceFeatureInput_var.facesToSplit = propertyValue
|
"splitFaceFeatureInput_var" is a variable referencing a SplitFaceFeatureInput object.
#include <Fusion/Features/SplitFaceFeatureInput.h>
// Get the value of the property. Ptr<ObjectCollection> propertyValue = splitFaceFeatureInput_var->facesToSplit();
// Set the value of the property, where value_var is an ObjectCollection. bool returnValue = splitFaceFeatureInput_var->facesToSplit(value_var);
|
Property Value
This is a read/write property whose value is an
ObjectCollection.
Version
Introduced in version June 2015