AdditiveFFFLimitsMachineElement.maximumXYAcceleration Property
Parent Object:
AdditiveFFFLimitsMachineElementDefined in namespace "adsk::cam" and the header file is <Cam/Machine/AdditiveFFFLimitsMachineElement.h>
Description
Maximum supported acceleration for motion in the X or Y axes in cm/s^2.
Syntax
"additiveFFFLimitsMachineElement_var" is a variable referencing an AdditiveFFFLimitsMachineElement object.
# Get the value of the property. propertyValue = additiveFFFLimitsMachineElement_var.maximumXYAcceleration
# Set the value of the property. additiveFFFLimitsMachineElement_var.maximumXYAcceleration = propertyValue
|
"additiveFFFLimitsMachineElement_var" is a variable referencing an AdditiveFFFLimitsMachineElement object.
#include <Cam/Machine/AdditiveFFFLimitsMachineElement.h>
// Get the value of the property. double propertyValue = additiveFFFLimitsMachineElement_var->maximumXYAcceleration();
// Set the value of the property, where value_var is a double. bool returnValue = additiveFFFLimitsMachineElement_var->maximumXYAcceleration(value_var);
|
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version July 2023