Display full version of the post: Decimal

Shijo
24.03.2010, 06:14
Hi, Friends
 
I am facing a problem with CAD.
The problem is that converted cordinates and Levels (Converted from CSV file) in auto cad showing only 2 digits after the decimal point. But th CSV file have 4 digits after decimal point.
 
Orginal CSV  showing like this
 
E: 345355.1255 
N: 2854455.2534
 
Elev : 12.2535
 
Autocad Displayiny like this

E: 345355.13
N: 2854455.25
 
Elev : 12.25
 
But I need this 4 digits after the decimal point in auto cad as a text in display 
 
How i can do it
 
Please help meShijo2010-03-24 06:16:26

CarlB
24.03.2010, 06:55
How are you using the csv, and creating what in AutoCAD?Is it text, attributes....?Or are the numbers what you see when using "list" or "id"?It's likely the points/object were placed correctly, but to see the desired number of decimals you'll need to:1-if an AutoCAD query, change your units/precision setting, or2-if using some program/lisp routine to place text, change a program setting (or #1 approach may solve that also)