RotaryMachineAxisConfiguration.reset Property
Parent Object:
RotaryMachineAxisConfigurationDefined in namespace "adsk::cam" and the header file is <Cam/Machine/RotaryMachineAxisConfiguration.h>
Description
Specify when to reset the initial axis position.
Syntax
"rotaryMachineAxisConfiguration_var" is a variable referencing a RotaryMachineAxisConfiguration object.
# Get the value of the property. propertyValue = rotaryMachineAxisConfiguration_var.reset
# Set the value of the property. rotaryMachineAxisConfiguration_var.reset = propertyValue
|
"rotaryMachineAxisConfiguration_var" is a variable referencing a RotaryMachineAxisConfiguration object.
#include <Cam/Machine/RotaryMachineAxisConfiguration.h>
// Get the value of the property. MachineResetOptions propertyValue = rotaryMachineAxisConfiguration_var->reset();
// Set the value of the property, where value_var is a MachineResetOptions. bool returnValue = rotaryMachineAxisConfiguration_var->reset(value_var);
|
Property Value
This is a read/write property whose value is a
MachineResetOptions.
Version
Introduced in version April 2023