Share

CurveSelections.createNewPocketSelection Method

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

Description

Creates a new pocket selection and adds it to the end of the collection.

Syntax

"curveSelections_var" is a variable referencing a CurveSelections object.
returnValue = curveSelections_var.createNewPocketSelection()

Return Value

Type Description
PocketSelection Returns newly created PocketSelection.

Version

Introduced in version April 2023

Was this information helpful?