1 #ifndef AUBO_SCOPE_DIRECTION_NODE_H 2 #define AUBO_SCOPE_DIRECTION_NODE_H 114 void setAxis(
Axis axis);
120 FeaturePtr getFeature();
121 void setFeature(FeaturePtr feature);
129 ExpressionPtr getExpression();
130 void setExpression(ExpressionPtr expression);
137 double getToolSpeed();
138 void setToolSpeed(
double speed);
143 double getToolAcceleration();
144 void setToolAcceleration(
double acc);
147 friend class DataSwitch;
154 #endif // AUBO_SCOPE_DIRECTION_NODE_H Move in the positive Z direction relative to the feature.
Feature is inherited from the MoveL or MoveP parent.
The tool motion parameters are inherited from the MoveL or MoveP parent.
ARCS_CLASS_FORWARD(GripForceCapability)
A direction vector is specified using an Expression.
The selected feature is no longer available (e.g.
Move in the negative X direction relative to the feature.
Move in the positive Y direction relative to the feature.
Move in the negative Y direction relative to the feature.
Move in the positive X direction relative to the feature.