Community
Civil 3D Forum
Welcome to Autodesk’s Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Units all messed up?

3 REPLIES 3
Reply
Message 1 of 4
Wilf.Chun
283 Views, 3 Replies

Units all messed up?

Hello, when i try to create any civil 3D objects the default values seem to be out by 1000, for example when trying to create an intersection all the curb return offset values default to 3,000m instead of 3.0m (3,000mm) 

Capture2.PNG

This is also the case when creating profiles or sections all the text defaults to 2500m rather than the expected 2.5.

any suggestions would be appreciated.

3 REPLIES 3
Message 2 of 4
rl_jackson
in reply to: Wilf.Chun

If possible could you post a drawing and version.


Rick Jackson
Survey CAD Technician VI

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.

EESignature

Message 3 of 4
tcorey
in reply to: Wilf.Chun

Check your Drawing Settings and be sure the units aren't set to mm. This can happen when you open drawings that were not originally created with Civil 3D. In my area, we see drawings in inches instead of feet and it causes a mistake by a factor of 12.



Tim Corey
MicroCAD Training and Consulting, Inc.
Redding, CA
Autodesk Gold Reseller

New knowledge is the most valuable commodity on earth. -- Kurt Vonnegut
Message 4 of 4
Jowennl
in reply to: Wilf.Chun

Hi @Wilf.Chun,

 

Make a back up of your drawing and try to drag and drop the attached script below to your drawing.

1) rename the attached c3d_m_units.txt to c3d_m_units.scr

2) drag and drop script to sample drawing

 

;------------------------------------------
; set all units to metres
;------------------------------------------
(setvar "insunits" 6)
(setvar "insunitsdeftarget" 6)
(setvar "insunitsdefsource" 6)
(command "-dwgunits" "6" "2" "3" "n" "n")
(graphscr)
(while (> (getvar"cmdactive") 0)
(command "n")
)
(princ)

 

This is just to change insunit, source and target to meter and see if it will still make it as 3000m instead of 3m. If you can post your drawing that will be better as more people can help you if you have sample drawing.

 

Cheers,

Jowenn

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report