Difference between revisions of "GET FEAT START"
From Macros Wiki
Line 1: | Line 1: | ||
− | {{Command|syntax=GET_FEAT_START <geo ref>, <cs>, <xs>, <ys>, [<zs>] | + | {{Command|syntax=[[Image:get_feat_start.png|right|GET_FEAT_START]]GET_FEAT_START <geo ref>, <cs>, <xs>, <ys>, [<zs>] |
|description=:Get data about the start of a feature, the values of the x, y and z start are stored in a defined variable. | |description=:Get data about the start of a feature, the values of the x, y and z start are stored in a defined variable. | ||
Revision as of 10:24, 23 July 2010
Command
- GET_FEAT_START <geo ref>, <cs>, <xs>, <ys>, [<zs>]
- Get data about the start of a feature, the values of the x, y and z start are stored in a defined variable.
Parameters
- <geo ref>
- The reference number of the geometry feature.
- <cs>
- Template:Cs
- <xs>
- Set the value of a number variable for the X co-ordinate of the start point.
- <ys>
- Set the value of a number variable for the Y co-ordinate of the start point.
- [<zs>]
- Set the value of a number variable for the Z co-ordinate of the start point.
Example
- GET_FEAT_START 19, 1, g1, h1, d1