GET PATH FEAT END: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Operations:Operation_Tool-Path|{{Up}}]] | |||
{{Command|syntax=GET_PATH_FEAT_END <path number>, <feature number>, <xs>, <ys>, [<zs>] | {{Command|syntax=GET_PATH_FEAT_END <path number>, <feature number>, <xs>, <ys>, [<zs>] | ||
|description=: | |description=:Get the end point of a feature in a numbered [[macro path]]. | ||
|param1=<path number>|param1_desc={{path number}} | |param1=<path number>|param1_desc={{path number}} | ||
|param2=<feature number>|param2_desc={{ | |param2=<feature number>|param2_desc={{path_feature num}} | ||
|param3=<xs>|param3_desc={{ | |param3=<xs>|param3_desc={{get feat xe}} | ||
|param4=<ys>|param4_desc= {{ | |param4=<ys>|param4_desc={{get feat ye}} | ||
|param5= | |param5=<zs>|param5_desc={{get feat ze}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:GET_PATH_FEAT_END | :GET_PATH_FEAT_END 1, 4, xe, ye, zs | ||
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 00:03, 14 January 2011
Command
- GET_PATH_FEAT_END <path number>, <feature number>, <xs>, <ys>, [<zs>]
- Get the end 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 be set to the X position of the feature end
- <ys>
- The name of a numeric variable to be set to the Y position of the feature end
- <zs>
- The name of a numeric variable to be set to the Z position of the feature end
Example
- GET_PATH_FEAT_END 1, 4, xe, ye, zs