Share

MachinePartInput.partType Property

Parent Object: MachinePartInput
Defined 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

Property Value

This is a read only property whose value is a MachinePartTypes.

Version

Introduced in version April 2023

Was this information helpful?