GET PATH FEAT START
From Macros Wiki
Jump to navigationJump to search
Command
- GET_PATH_FEAT_START <path number>, <feature number>, <xs>, <ys>, [<zs>]
- Get the start point of a feature in a numbered macro path.
Parameters
- <path number>
- Path number (1 to 100).
- <feature number>
- Feature number. 1 for the first feature, 2 for the second etc.
- <xs>
- The name of a numeric variable to set to the X position of the feature start
- <ys>
- The name of a numeric variable to set to the Y position of the feature start
- <zs>
- The name of a numeric variable to set to the Z position of the feature start
Example
- GET_PATH_FEAT_START 1, 4, xs, ys, zs