Spot elevation command

Spot elevation command

ym.56789
Contributor Contributor
2,433 Views
2 Replies
Message 1 of 3

Spot elevation command

ym.56789
Contributor
Contributor

ym56789_0-1716403033125.png

Hi, I am trying to create a custom command in the CUI that will help me create spot elevations faster.

 

I can use the command CREATEPOINTSLOPEGRADEDIST to create my new point at a specified grade from a reference point, but there are so many prompts that I find the command is not so usefull for me.

 

My command string is currently as follows: ^C^C._AeccCreatePointSlopeGradeDist;nod;\\G;\;0;0;Y;;

 

I have spent an inordinate amount of time trying to get this to work, but can't seem to nail it down. When performing the command manually here are the steps:

 

1. Snap to the node of a point (this will ensure I get that point's elevation)

2. Choose my new point location.

3. use G for grade and enter my grade.

4. hit enter to skip choosing a distance (this will use my prevuously selected point)

5. use 0 points in between, 0 offsets, Y for endpoint, and no description.

 

Then I arrive at my new point as I would like, for some reason I can't replicate this command in the CUI. Any help is really appreciated.

 

Thank you.

0 Likes
Accepted solutions (1)
2,434 Views
2 Replies
Replies (2)
Message 2 of 3

kmohs
Contributor
Contributor
Accepted solution

You can try starting with something like this:
^C^C.osmode;8;._AeccCreatePointSlopeGradeDist;\\G;\;0;0.00;Y;;^C

0 Likes
Message 3 of 3

ym.56789
Contributor
Contributor

Thanks, the command works, but for some reason the point is not showing up...

I have resorted to writing a custom .NET command - hopefully I will get something working.

0 Likes