CurveSelections.removeByObject Method
Parent Object: CurveSelectionsDefined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/CurveSelections.h>
Description
Function that removes the specified curve selection object from the collection.
Syntax
"curveSelections_var" is a variable referencing a CurveSelections object. |
Parameters
| Name | Type | Description |
| selection | CurveSelection | The item within the collection to remove. Throws an exception if the curve selection is not part of the given selection. |
