Civil 3D 2027 is installed and ready to go. I'm looking forward to seeing what is new.
Sunday, April 12, 2026
Thursday, July 3, 2025
Stafford County, Va. Road Project 360 VR Animations
Here are the two 360 degree VR animations I created for a Stafford County, Va. Road Project. The model was built with a land surveyed surface, Civil 3D corridors, pipe networks and so on. I then brought everything together in Autodesk Infraworks then Autodesk 3D Studio Max for a little cleanup. I then imported the model into Epic Twinmotion. Rendering was processed on a BOXX Technologies rack mounted workstation with an Intel CPU and single NVIDIA 5090 GPU. Each video took about 18 hours to render. I then had to inject 360 metadata in order for YouTube to see the video in 360 degrees.
Click on a video then use your mouse to pan around. The videos can also be viewed in a VR headset. Be sure to change the resolution to 2160, 4K for best results and viewing experience.
Wednesday, May 28, 2025
Stafford County, Va. Road Project
Stafford County, Virginia recently posted a progress rendering of a road project I'm working on. The model was built with a land surveyed surface, Civil 3D corridors, pipe networks and so on. I then brought everything together in Autodesk Infraworks then Autodesk 3D Studio Max for a little cleanup. I then imported the model into Epic Twinmotion. The model is still in progress so I'll post the final renderings once it is complete.
Wednesday, March 19, 2025
Intersection Animation
Here is an intersection I'm working on. It's built with AutoCAD/Civil 3D. The flythrough is created with Epic Twinmotion. I hope to have buildings added soon.
Thursday, April 27, 2023
XREFs on Layer
Over the years supporting AutoCAD/Civil 3D, I
have been asked, where are my XREFs? Co-workers have placed the
references on the current layers and turned off that layer. I wrote a simple
lisp routine that will place the reference on a specified called
"G-ANNO-REFR" which can be changed to your company standards.
The
lisp routine uses the "XA" command (which can be changed to your
likings). XA is a default command for XATTACH. Once the lisp routine is set in
the CUI startup, it will override the default "XA" command. Run the
XA command to attach a drawing. Once the drawing is attached, the previous
layer will be restored.
Cleanup the "Temp" folder!
Over time, the c:\Users\%USERNAME%\AppData\Local\Temp\ folder will collect Gigs and Gigs of files from software. It's best to clean it from time to time but make sure there is not anything useful in this folder before deleting. Once it's gone, it's gone. I am not responsible for anything that is deleted. You can navigate to the folder to manually delete the files and folders or create a batch file to delete the files and folder with just double click. I execute the file about once a month to clean the Temp folder.
Here are the steps to create the batch file.
- Open Notepad.
- Copy and paste the script below into the blank Notepad file.
- Click File then SaveAs.
- Click the "Save as type" pull down to select All Files. This will allow the Notepad file to have another file extension type.
- Name the file to your preference with a .bat extension. I named the file "Delete User Temp Files.bat".
- Execute the batch file. You'll see Command Prompt screen appear as it's deleting the files and folders. It will not delete files and folders that are currently being utilized by the OS or open software.
rem This batch file deletes files
rem and folders in the User Temp folder
cd\
c:
cd c:\Users\%USERNAME%\AppData\Local\Temp\
del /s /q c:\Users\%USERNAME%\AppData\Local\Temp\
rmdir /s /q c:\Users\%USERNAME%\AppData\Local\Temp\
cd\
Tuesday, April 18, 2023
Renaming/Renumbering Civil 3D Alignment Curve Segments
When updating an alignment with new curves or replacing curves, the curve segment name/numbers will be out of order. The curve name/numbers will display also display out of order in the Superelevation Tabular Editor. To rename/renumber the curves, follow the steps below.
- Select the corridor.
- Click the Superelevation pull down on the Ribbon.
- Click Calculate/Edit Superelevation.
- Click into the Curve Name field to rename the curve.
- Close the Manager.
- Open the Superelevation Tabular Editor to view the updated curves.
Monday, April 10, 2023
360 Degree Animation
Thursday, December 8, 2022
Autodesk Civil 3D Miscellaneous Files
Overtime, Civil 3D will leave various files in the project folder. I’ve created a list of files with descriptions that can be deleted to clean up the project folder.
*.dwl (Drawing lock) (File left when the drawing crashes)
*.dwl2 (Drawing lock) (File left when the drawing crashes)
The drawing lock files are hidden so the Show Hidden files and folders will need to be enabled. If the drawing lock file is currently in use, it cannot be deleted.
Acad.err (Drawing error logs) (File left when the drawing crashes)
Plot.log (Drawing plot logs)
Be sure Plot.log files are not needed for plot expenses.
hardcopy.log (Drawing plot error logs)
sav*.tmp (Drawing temp file) (File left when the drawing crashes)
*recover.dwg (Drawing recover files)
Be sure the recover file is no longer needed before deleting it.
*.adt (Drawing Audit Report log file)
*.bak (I usually delete or rename the BAK file after renaming a sheet through Sheet Set Manager.)
Sunday, April 12, 2020
Electrical Duct Banks in Civil 3D
- Other Assembly options are to create custom duct bank sub-assemblies.
- Data Shortcuts can be created of all objects for use in other drawings and profiles.
- The objects can also be exported to other software such as InfraWorks, 3D Studio Max and Navisworks.
Let me know if you have any questions.
Wednesday, March 27, 2019
Civil 3D Object Names
Alignment name.

Intersection name.

Assembly name.

Subassembly name.

Profile name.


Corridor name.

Corridor assembly where names of each component can make building a corridor much easier.

Feature Line name.

Surface name.

Pipe Network name.

Pipe Network pipe part name.

Pipe Network structure part name.

Pressure Pipe Network name.

Data Shortcut names.

As projects happen at the speed of light, we tend to put proper organization and how the files are assembled to the side. Proper naming within Civil 3D will save time for yourself and the team during the project but will save a ton of time if the project is shelved.
Tuesday, October 30, 2018
Gaming with the Autodesk AEC Collection Suite
The suite consist of:
- AutoCAD Civil 3D
- Revit
- Infraworks
- Navisworks Manage
- 3D Studio Max w/Civil View
A workflow is coming soon and maybe to AU2019 if I'm lucky.
Here is the latest progress of the driving SIM recorded from Unity 3D.
Wednesday, August 2, 2017
Export AutoCAD Drawings
Friday, October 28, 2016
OSNAPs Assigned to F-Keys
F1 = Endpoint
F3 = Intersection
F4 = Intersection
F5 = Center
F6 = Perpendicular
F7 = Midpoint
F9 = Insertion
F10 = Tangent
F11 = Quadrant
F12 = Node
Steps
1. Save the F-Keys.cuix to your desktop.
2. Launch AutoCAD.
3. Type CUI in the command line to launch the Customize User Interface.
4. Click the Transfer tab along the top.
5. In the left panel (Main File), expand Keyboard Shortcuts then Shortcut Keys.
6. In the right panel, open the saved F-Keys.cuix.
7. Expand Keyboard Shortcuts then Shortcut Keys.
8. Select the shortcut keys.
9. Drag the shortcut keys to Keyboard Shortcuts\Shortcut Keys on left panel. I placed the keys to the bottom of the list so I can easily find them.
10. Click the Save button on the left panel.
11. Click OK to close the Customize User Interface.
To reassign the OSNAPs with different F-Keys follow these steps.
1. Type CUI in the command line to launch the Customize User Interface.
2. Click the Customize tab along the top.
3. In the top left panel, expand Keyboard Shortcuts\Shortcut Keys.
4. Find the OSNAP F-Keys.
5. Click the desired OSNAP F-Key to change.
6. In the right lower Properties panel, click the button to the right of Key(s).
7. In the pop-up window, press the desired F-Key.
8. Click OK to close the dialog box..
9. Since another OSNAP is assigned with that F-Key, you’ll need to change the other OSNAP with a different F-Key.
10. Click OK to close the notice.
11. Click OK to close the Customize User Interface.
A link to the F-Keys.cuix file.
If you have a hard time remembering which key is which, create a template for the keyboard.
Let me know if you have any questions.





























