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)
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.
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.
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.
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
Jowenn Lua | Retired Account See My New Profile Here
AU 2023 CES600726 – Getting Started with Generative Design in Civil 3D: A Beginner’s Guide
AU 2020 CES473668 – Supercharge Your Dynamo Graph with Civil 3D Toolkit
AU 2019 CES319333 – Dynamo in Civil 3D Introduction Unlocking the mystery of scripting
AU 2018 CI225967 – Using Automation in Civil 3D for Construction Documentation and Exports
AU 2017 CI123653 – AutoCAD Civil 3D and Subassembly Composer— Real-World-Practice Tips and Tricks
Can't find what you're looking for? Ask the community or share your knowledge.