Difference between revisions of "GET FEAT END"
From Macros Wiki
Line 1: | Line 1: | ||
− | {{Command|syntax=GET_FEAT_END <geo ref>, <cs>, <xe>, <ye>, [<ze>] | + | {{Command|syntax=[[Image:get_feat_end.png|right|GET_FEAT_END]]GET_FEAT_END <geo ref>, <cs>, <xe>, <ye>, [<ze>] |
|description=:Get data about the end point of a feature, the values of the x, y and z end are stored in a defined variable. | |description=:Get data about the end point of a feature, the values of the x, y and z end are stored in a defined variable. | ||
Revision as of 10:25, 23 July 2010
Command
- GET_FEAT_END <geo ref>, <cs>, <xe>, <ye>, [<ze>]
- Get data about the end point of a feature, the values of the x, y and z end are stored in a defined variable.
Parameters
- <geo ref>
- The reference number of the geometry feature.
- <cs>
- Template:Cs
- <xe>
- Set the value of a number variable to the X co-ordinate of the end point.
- <ye>
- Set the value of a number variable for the y co-ordinate of the end point.
- [<ze>]
- Set the value of a number variable for the Z co-ordinate of the end point.
Example
- GET_FEAT_END 21, 1, y1, u1, e1