ControllerConfigurationMachineElement.maxNormalSpeed Property

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

Description

Global maximum non-rapid linear motion speed. Units are cm/s.

Syntax

"controllerConfigurationMachineElement_var" is a variable referencing a ControllerConfigurationMachineElement object.

# Get the value of the property.
propertyValue = controllerConfigurationMachineElement_var.maxNormalSpeed

# Set the value of the property.
controllerConfigurationMachineElement_var.maxNormalSpeed = propertyValue
"controllerConfigurationMachineElement_var" is a variable referencing a ControllerConfigurationMachineElement object.
#include <Cam/Machine/ControllerConfigurationMachineElement.h>

// Get the value of the property.
double propertyValue = controllerConfigurationMachineElement_var->maxNormalSpeed();

// Set the value of the property, where value_var is a double.
bool returnValue = controllerConfigurationMachineElement_var->maxNormalSpeed(value_var);

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version April 2023