Garbage? ... Maybe ... Maybe Not. Let's look.
@codee wrote:
... just labeling the surface at my survey point wrong. point is 100.005 and C3D labels it as 100.00
Garbage
There are potentially two things going on:
- AutoCAD and Civil 3D use the round 5 to Even rule. Typically "round number ending in 5 up" is taught in elementary school. In science (high school and up), accounting, and AutoCAD a less biased method is used. When the least significant digit is exactly 5, round to the neared even number.
- 100.005 rounds to 100.00 (0 is even)
- 100.015 rounds to 100.02 (2 is even)
- 100.025 rounds to 100.02 (2 is even)
- 100.035 rounds to 100.04 (4 is even)
etc.
- Civil 3D labels (and AutoCAD) round based on the full stored precision of the object being labeled, not the displayed value.
- 100.00450001 through 100.00549999 will display as 100.005 and round to 100.00
- 100.01450001 through 100.01549999 will display as 100.015 and round to 100.02
- 100.02450001 through 100.02549999 will display as 100.025 and round to 100.02
- 100.03450001 through 100.03549999 will display as 100.035 and round to 100.04
____________________________________________________________________________
What is the actual elevation of your survey point?
This is from a survey I received for a surveyor. (I converted LDT points to C3D Cogo points)
A Line has been created, snapping one end to one particular point.
The elevation of that particular point is 1654.780 (See lower right)
The elevation display precision is controlled by the
Drawing Settings Elevation Precision setting, in this case: 3. (see lower left)
The elevation of line endpoint is 1654.77990000. Display of this elevation is controlled by "Units"
Rounding is based on the full precision of the point elevation, or surface elevation.

Christopher Stevens
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
