Share

ChainSelection.extensionType Property

Parent Object: ChainSelection
Defined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/ChainSelection.h>

Description

Property that gets and sets the desired extension type method. The default is DistanceCap. This is only applicable to open contours.

Syntax

"chainSelection_var" is a variable referencing a ChainSelection object.

# Get the value of the property.
propertyValue = chainSelection_var.extensionType

# Set the value of the property.
chainSelection_var.extensionType = propertyValue

Property Value

This is a read/write property whose value is an ExtensionTypes.

Version

Introduced in version April 2023

Was this information helpful?