Share

TwoSidesToExtentDefinition.matchShape Property

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

Description

Gets and sets whether the toEntity is extended to fully intersect the extrusion.

Syntax

"twoSidesToExtentDefinition_var" is a variable referencing a TwoSidesToExtentDefinition object.

# Get the value of the property.
propertyValue = twoSidesToExtentDefinition_var.matchShape

# Set the value of the property.
twoSidesToExtentDefinition_var.matchShape = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version March 2022

Was this information helpful?