SplitFaceFeatureInput.splitType Property

Parent Object: SplitFaceFeatureInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/SplitFaceFeatureInput.h>

Description

Returns the type of split type currently defined.

Syntax

"splitFaceFeatureInput_var" is a variable referencing a SplitFaceFeatureInput object.

# Get the value of the property.
propertyValue = splitFaceFeatureInput_var.splitType
"splitFaceFeatureInput_var" is a variable referencing a SplitFaceFeatureInput object.
#include <Fusion/Features/SplitFaceFeatureInput.h>

// Get the value of the property.
SplitFaceSplitTypes propertyValue = splitFaceFeatureInput_var->splitType();

Property Value

This is a read only property whose value is a SplitFaceSplitTypes.

Version

Introduced in version May 2017