CurveSelections.remove Method

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

Description

Function that removes the specified curve selection object using an index in the collection.

Syntax

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

#include <Cam/GeometrySelections/CurveSelections.h>

returnValue = curveSelections_var->remove(index);

Parameters

Name Type Description
index uinteger The index of the item within the collection to remove. The first item in the collection has an index of 0.

Version

Introduced in version March 2024