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
Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
All my Subsription Content is currently accessed via the Toolbox in Toolspace.
Can this content be put on a Ribbon panel (under the Plug Ins tab for example as in screenshot) for ease of access?
(No connection with Autodesk other than using the products in the real world)

IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
Re: Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Absolutely.
Just open CUI and make new commands whose macros call the same commands that are called when you execute from the Toolbox tab. Once the new commands are made, they can be drag onto panels (existing or new.)
Delta Engineering Systems
Redding, CA
Autodesk Authorized Value-Added Reseller
Re: Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
(No connection with Autodesk other than using the products in the real world)

IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
Re: Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Attached some toolbox screenshots of the items I want to put on the ribbon, I'm not entirely sure what command/macro goes where and would be grateful for some guidance.
Thanks
(No connection with Autodesk other than using the products in the real world)

IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
Re: Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Neil, as these are external commands you will need to add new commands into the CUI for this.
As Civil3d is aware of the commands this makes life a bit easier so add the command to the interface Rbd & Genioimport etc, however I'm not sure how you will get it into the Tab as I haven't had to do this yet Iv'e only done this by creating a Toolbar and converting it to a ribbon.
Mike
Re: Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Here's a video on how to do that, Neil. As an added bonus, I also show you how to fix your mistake when you type the command name wrong the first time.![]()
http://www.youtube.com/watch?v=NNOA83G64nU
Best regards,
Tim
Delta Engineering Systems
Redding, CA
Autodesk Authorized Value-Added Reseller
Re: Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Tim, many thanks for taking the time to do the video - it's much essier to follow the CUI steps via this method.
I've a few other routines that I'll also put on the Riboon now....
(No connection with Autodesk other than using the products in the real world)

IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
Re: Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Typing RBD only seems to work after running the importer from the toolbox first - does something else need to be loaded on startup??
(No connection with Autodesk other than using the products in the real world)

IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
Re: Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Sorry, I didn't even check that. Use this code for the macro:
^C^C(command "netload" "C://ProgramData//Autodesk//C3D 2013//enu//Data//Reports//Net//boreholes.dll");rbd
That will work if you are using the default Data directory for Civil 3D. If not, you'll need to replace the folder structure in this command.
Delta Engineering Systems
Redding, CA
Autodesk Authorized Value-Added Reseller
Re: Subscripti on Content to Ribbon
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
No problem - thanks for the revised code line
(No connection with Autodesk other than using the products in the real world)

IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600



