AutoCAD Civil 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Export to acad - keep layer descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Greg,
Thank you! Only problem is, I cant run the 64 bit RegisterWindows.vbs, and i am on a 64 bit win 7 with 64 bit C3d2011. I tried the 32 bit version, which runs but obviously does not show up in the list of plugins in c3d2011.
Have you run the 64 bit script successfully on 64b win 7? Is there some kind of setting I should change?
The error I get when I run RegisterWindows.vbs says: "C:\WINDOWS\Microsoft.net\Framework\v2.0.50727\Reg
When I hit OK, it simply says "Error"...
Any clue? If this doesn work, I am going to have to go with the Autodesk representative's Save/Delete/insert trick.
-BA
Re: Export to acad - keep layer descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
BA,
The script is just helping you to register the DLL because typing in the command is quite lengthy. What you were describing as the error is actually just a listing of the command that is being used to register the DLL.
It can either register the DLL directly into your registry like this:
"C:\WINDOWS\Microsoft.net\Framework\v2.0.50727\RegA
or create a REG file for you to import manually like this:
"C:\WINDOWS\Microsoft.net\Framework\v2.0.50727\Reg
The first thing I would do is right-click the VBS file and run it as administrator, that may be the only problem.
Also make sure that the REGASM.EXE program is in the folder as listed above.
Re: Export to acad - keep layer descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Sorry it didn't work in this case. Consider opening the source drawing, saving the export file, close that drawing (maybe even restart CAD) and open the second drawing for import.
Keep in mind that this was a quick & dirty revision to an old lisp routine which itself was meant to be a simple patch. We can't justify spending a lot of time on a nice modern routine in freeware.
Re: Export to acad - keep layer descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You are right. An OE only displays that OE's version objects and prior.
Regards,
Mike Caruso
Re: Export to acad - keep layer descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Greg,
Thank you so much! This is great!
Is there any way you could post the source? While it's very useful as-is, I'd like to be able to make it ignore Xref layers.
Vanilla AutoCAD 2010
Re: Export to acad - keep layer descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Here is the source. The CAD Standards COM interface is pretty clunky.
I've now written a different .NET application that loads a DWT or DWG file as a standards file and allows you to update your layers, including layer descriptions and blocks in the current drawing.



