Print Page | Close Window

Decimal

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=3425
Printed Date: 18.May.2026 at 09:12


Topic: Decimal
Posted By: Shijo
Subject: Decimal
Date Posted: 24.Mar.2010 at 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 me



Replies:
Posted By: CarlB
Date Posted: 24.Mar.2010 at 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, or
2-if using some program/lisp routine to place text, change a program setting (or #1 approach may solve that also)



Print Page | Close Window