OneSideToExtentDefinition.matchShape Property
Parent Object:
OneSideToExtentDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/OneSideToExtentDefinition.h>
Description
Specifies if the face should be extended or use adjacent faces if necessary to define the termination of the extrusion. When used for a revolve feature this is ignored and is always treated as true.
Syntax
"oneSideToExtentDefinition_var" is a variable referencing an OneSideToExtentDefinition object.
# Get the value of the property. propertyValue = oneSideToExtentDefinition_var.matchShape
# Set the value of the property. oneSideToExtentDefinition_var.matchShape = propertyValue
|
"oneSideToExtentDefinition_var" is a variable referencing an OneSideToExtentDefinition object.
#include <Fusion/Features/OneSideToExtentDefinition.h>
// Get the value of the property. boolean propertyValue = oneSideToExtentDefinition_var->matchShape();
// Set the value of the property, where value_var is a boolean. bool returnValue = oneSideToExtentDefinition_var->matchShape(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version March 2022