UntrimFeatureInput.untrimLoopType Property
Parent Object:
UntrimFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/UntrimFeatureInput.h>
Description
Gets the loop type to be untrimmed. This is only used when faces are being untrimmed and is ignored for loops.
Syntax
"untrimFeatureInput_var" is a variable referencing a UntrimFeatureInput object.
# Get the value of the property. propertyValue = untrimFeatureInput_var.untrimLoopType
|
"untrimFeatureInput_var" is a variable referencing a UntrimFeatureInput object.
#include <Fusion/Features/UntrimFeatureInput.h>
// Get the value of the property. UntrimLoopTypes propertyValue = untrimFeatureInput_var->untrimLoopType();
|
Property Value
This is a read only property whose value is a
UntrimLoopTypes.
Version
Introduced in version January 2021