PatchFeature.operation Property
Parent Object:
PatchFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/PatchFeature.h>
Description
Gets the type of operation performed by the patch feature.
Syntax
"patchFeature_var" is a variable referencing a PatchFeature object.
# Get the value of the property. propertyValue = patchFeature_var.operation
|
"patchFeature_var" is a variable referencing a PatchFeature object.
#include <Fusion/Features/PatchFeature.h>
// Get the value of the property. FeatureOperations propertyValue = patchFeature_var->operation();
|
Property Value
This is a read only property whose value is a
FeatureOperations.
Version
Introduced in version July 2016