Share

PocketSelection.isSelectingSamePlaneFaces Property

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

Description

True if all planar faces lying in the same plane as the selected face should be automatically selected as well. False by default.

Syntax

"pocketSelection_var" is a variable referencing a PocketSelection object.

# Get the value of the property.
propertyValue = pocketSelection_var.isSelectingSamePlaneFaces

# Set the value of the property.
pocketSelection_var.isSelectingSamePlaneFaces = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?