pub fn absolute_distance_mode<'a, I: Iterator<Item = Field<'a>>>(
args: I,
) -> Command<'a>Expand description
In absolute distance mode, axis numbers usually represent positions in terms of the currently active coordinate system.
To instantiate the command, call this function or use the crate::command macro.