MachineAvoidDefaultSelection.inputGeometry Property

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

Description

Get the value of the input geometry.

Syntax

"machineAvoidDefaultSelection_var" is a variable referencing a MachineAvoidDefaultSelection object.

# Get the value of the property.
propertyValue = machineAvoidDefaultSelection_var.inputGeometry
"machineAvoidDefaultSelection_var" is a variable referencing a MachineAvoidDefaultSelection object.
#include <Cam/MachineAvoidSelections/MachineAvoidDefaultSelection.h>

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

Property Value

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

Version

Introduced in version September 2024