You can create a point by specifying a vertical distance from the current cross section, height of instrument, prism height, and centerline.
The elevation is computed by subtracting the prism height from the value you specified with the Set Height Of Instrument command, and then adding the vertical distance.
To create a point by offset and vertical distance from the current cross section in the Survey Command Window
- In Toolspace, on the Survey tab, right-click on the network to edit, and click Survey Command Window.
- Click Centerline menu
Offset Vertical Distance.
- Enter the point number of the point you want to create.
- Enter the offset of the new point. The offset can be a positive or a negative value.
- Enter the vertical distance.
To create a point by offset and vertical distance from the current cross section, using the survey command language
- In Toolspace, on the Survey tab, right-click on the network to edit, and click Survey Command Window.
- At the Command line, enter:
XS VD (point) (offset) [vertical distance]
Command Line Example
BEGIN CL1
NE 1 1000 1000
NE 2 1000 1500
NE 3 1300 1700
END
CL IS CL1
XS 350
HI 200
PRISM 5
XS VD 100 150 7.25
! POINT 100 NORTH: 850.000 EAST: 1350.000
! ELEV: 202.2500
Command Syntax
XS VD (point) (offset) [vertical distance]
Parameter | Definition |
---|---|
point | The identifier of the new point that you want to create. You do not need to assign a point number if auto point numbering is on. |
offset | The distance from the centerline to the new point. A positive distance indicates an offset to the right, and a negative distance indicates an offset to the left. |
vertical distance | The elevation difference from the instrument to the prism. If the prism is higher than the instrument, then this is a positive value. |