CurveSelection.value Property

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

Description

Returns the resulting value of the selection. In general, this returns the input selection, but child classes can override the return value if needed. Refer to the child classes comments for further details. The collection may contain duplicates.

Syntax

"curveSelection_var" is a variable referencing a CurveSelection object.

# Get the value of the property.
propertyValue = curveSelection_var.value
"curveSelection_var" is a variable referencing a CurveSelection object.
#include <Cam/GeometrySelections/CurveSelection.h>

// Get the value of the property.
std::vector<Ptr<Base>> propertyValue = curveSelection_var->value();

Property Value

This is a read only property whose value is an array of type Base.

Version

Introduced in version April 2023