MultiAxisFeedMode Enumerator
Description
Enumeration of the multi-axis feed modes that can be used in MultiAxisFeedrateSettings and its specializations.Defined in namespace "adsk::cam" and the header file is <Cam\CamTypeDefs.h>
Methods
Name | Value | Description |
MultiAxisFeedMode_DegreesPerMinute | 1 | Sets the feedrate based on the diameter of the cutting operation and calculates the degrees of the move. Used for most rotary axes. |
MultiAxisFeedMode_InverseTime | 0 | Sets the time for completing a move as an inverse of the feedrate. The smaller the value, the faster the move. |
MultiAxisFeedMode_ProgrammerdFeedrate | 2 | Applies the programmed feedrates without adjustments. |