MachinePartInput.partType Property
Parent Object:
MachinePartInputDefined in namespace "adsk::cam" and the header file is <Cam/Machine/MachinePartInput.h>
Description
Get the type of part this input will create.
Syntax
"machinePartInput_var" is a variable referencing a MachinePartInput object.
# Get the value of the property. propertyValue = machinePartInput_var.partType
|
"machinePartInput_var" is a variable referencing a MachinePartInput object.
#include <Cam/Machine/MachinePartInput.h>
// Get the value of the property. MachinePartTypes propertyValue = machinePartInput_var->partType();
|
Property Value
This is a read only property whose value is a
MachinePartTypes.
Version
Introduced in version April 2023