SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!
QUESTIONS? Contact Us | 866-824-4459

ZenTek ConsultantsZenTek Consultants

  • Consulting Services
    • Construction Consulting Services
      • Industry-Based Design & Layout Processes
      • Construction Management Workflow Optimization
      • Project Scheduling & Integration Services for Construction
      • Construction Technology Managed Services
      • Quantity Takeoff (QTO) & Estimating Tools Optimization
      • Quantity Takeoff (QTO) & Estimating Data Integrations
      • Construction CRM & Data Controls
      • Real-Time Construction Reporting & Analytics
      • Construction As-Built & Submittal Services | CAD & BIM Workflow Optimization
      • On-Demand Technology Support
    • Design Consulting Services
      • Infrastructure Technology Systems Development
      • CAD Standards Development Services
      • Computer Aided Design (CAD) Managed Services
      • CAD Data Integration & Symbology Services
      • BIM & 3D Systems Development for Construction and Design Firms
      • On-Demand Technology Support
  • Tech Services
    • Construction Technology
      • Bluebeam Revu Custom Tools
      • Bluebeam Revu and Microsoft Excel Quantity Linking
      • Practical Use of Autodesk Construction Cloud
      • Services for Procore
      • Streamlining Manufacturing with Bluebeam
      • On-Demand Technology Support
    • CAD & BIM
      • Autodesk Service Provider
      • Civil 3D Kickstart
      • Civil 3D Templates
      • ZenPipe for Civil 3D Pressure Networks
      • On-Demand Technology Support
    • Microsoft
      • Microsoft 365 Implementation
      • Microsoft Teams Services
      • SharePoint Online Services
      • On-Demand Technology Support
    • Government & Public Facilities Services
      • Security & Safety
      • Space Planning & Leasing
      • Facility & Inventory Controls
      • Drafting Support
      • On-Demand Design Technology Support
  • Training & Support
    • Live Online Courses
      • Upcoming Courses
      • AutoCAD Online Courses
      • AutoCAD Civil 3D Online Courses
      • Autodesk Build Essentials Online Course
      • Autodesk InfraWorks Online Courses
      • Autodesk Revit Online Courses
      • Autodesk Vehicle Tracking Online Courses
      • Autodesk 3ds Max Online Courses
      • Autodesk Navisworks Online Courses
      • Bluebeam Revu Online Courses
      • BricsCAD Online Courses
      • Microsoft Online Courses
      • Primavera P6 Live Online Courses
      • Procore Online Courses
    • On-Demand
      • On-Demand Training Courses
    • Other Training Options
      • Custom/Private Training
      • Training Waitlist
      • Training Reimbursement Resources
    • Support
      • On-Demand Design Technology Support
      • Support Request
  • Software
    • Construction
      • Autodesk Construction Cloud
      • Bluebeam Revu
      • ContractorBI™
      • Matterport Software & Cameras
      • Procore Construction Management Software
      • SiteDocs Safety Management Software
      • TopBuilder Solutions
    • Design
      • BricsCAD
      • Communicator for BricsCAD
      • BricsCAD Shape
      • Bricsys 24/7
      • SmartDraft Solutions
      • Spatial Manager
      • ZenSurvey
    • Business
      • Microsoft
      • Microsoft Surface Pro 10
    • ZenTek Software
      • ZenBidTracker | Smarter Bid Tracking for Contractors
      • ZenEstimate Tools
      • ZenPipe for Civil 3D Pressure Networks
      • ZenTek Revu Tools
  • Resource Center
    • Resources
      • Blog
      • Tips and Tricks
      • From Chaos to Control: ZenTek Simplifies Construction Tech
      • The CADDLE Call Podcast
      • The Frozen Layer Podcast (Canada)
      • TekFlow for Construction: Increase Efficiency and Productivity
      • TekFlow for Government and Public Facilities: Better Access to Data
      • Training Reimbursement Resources
    • Events
      • Upcoming Events
      • Live Webinars
      • Watch Now
  • About Us
    • News
    • Careers
    • Contact Us
    • Promotions
  • Shop Now

BricsCAD: Working with Custom CUI Files

ZenTek Consultants
Thursday, 04 April 2024 / Published in BricsCAD

BricsCAD: Working with Custom CUI Files

Locating commands for new toolbar

There are advantages in customizing CUI files. One benefit is to put frequently used commands at your fingertips. Another is to provide users with commands configured to enforce standards. Despite the pros, the biggest con is that these customizations get wiped out when an update is applied or a newer version is installed. Trying to preserve the customized menus and bring them forward into a newer version is not a promising idea because replacing the new BricsCAD menus with old BricsCAD menus could cause some incompatibilities. One way to avoid problems and preserve your customizations is to create your own CUI file that can be partially loaded next to the native BricsCAD CUI file. This file can be centrally located so it can be backed up and shared without being subject to overwrite or deletion during an installation. Then it can simply be reloaded whenever needed.

For this example, a custom tool bar will be created with the Match Property tool in a custom CUI file.

Creating a Custom CUI File

To create a custom CUI file, open the Customize dialog by navigating the ribbon to the Manage tab>Settings panel or by executing Customize at the command line.

Settings Menu > Customize

In the Customize dialog, do the following:

  1. Click on the Toolbars tab to make it current.
    As for a lot of the tabs in this dialog, the right pane contains available commands. The left pane contains created content so this would be where our custom toolbar will be created. However, we want to store our customizations in a dedicated CUI file.
  2. To create a new CUI, right-click on the BRICSCAD branch at the top of the left pane and select Create new partial CUI file.
    Creating a new partial CUI file
  3. In the Create a Customization File dialog, browse to where you want to save the file, type in a name, and click Save.
    Saving the CUI file

    Scroll down to the bottom of the left pane and you will find the custom CUI file. This file can store customizations to menus, ribbons, keyboard macros, custom mouse behavior, tablet settings, and tool palettes of course. In fact, if you navigate to any of those tabs and check out the left pane, you will see the custom CUI file at the bottom of the pane. The idea is that you drag what you want from the right pane over to the destination on the left pane.

  4. To create a toolbar in the new CUI, right-click on it in the left pane of the Toolbars tab and select Append toolbar.
    Creating a new toolbar
  5. In the Add toolbar dialog, type a title for the toolbar. Click OK to continue.
    Naming the toolbar

    The new toolbar will show as a branch within the new CUI file.

  6. Select the new toolbar and notice the properties listed in the bottom pane of the Customize dialog.
    Toolbar properties

    Title – the name and label of the toolbar provided when it was newly appended.
    ID – BricsCAD’s name for the toolbar.
    Alias – BricsCAD’s other name for the toolbar (do not edit this).
    Position – choices are Top, Left, Bottom, or Right for docking; or Floating for not docking.
    Default Display – controls whether the toolbar is automatically added to workspaces or not.
    Rows – number of rows
    Xval & Yval – x and y coordinate measured from upper left corner of program window.

  7. In the right-pane of the dialog, locate the Match Properties tool by typing Match in the search field then clicking on the search icon (magnifying glass). You may need to click the search icon several times until it finds what you are looking for. When the tool is found, you can review its properties in the bottom pane for verification.
    Locating commands for new toolbar
  8. Drag the tool from the right pane to the left and drop it over top of the new toolbar. The tool will appear within the toolbar branch. Click OK to close the Customize dialog.
    Adding commands to new toolbar

If the toolbar is not yet displaying in BricsCAD, right-click in the blank space on the right side of the ribbon and right-click to display the context menu. Hover over Toolbars and each of the loaded CUI files will display. Hover over the custom CUI and any toolbar in that file will display. If there is a check next to it, that means it is already open. If there is no check, click on the new toolbar to display.

Opening the custom toolbar in BricsCAD

More commands can be added to the toolbar of course once you have verified that it is up and running.

New toolbar displayed

The new CUI file can be placed in a shared location so that others can use it as well. And remember that besides toolbars, you can create customizations for the ribbon, quad, keyboard macros, and mouse actions. In addition to common BricsCAD commands, scripted commands can be launched from any of these customized tools as well. Such scripts can automate certain repetitive tasks or integrate standards within common commands. The amount of effort that it takes to set up a custom CUI will pay off in the future by increasing productivity.

What you can read next

The CAD Cage
The CAD Cage: Bad Linework
The CADDle Call podcast
Changing CAD Systems – The Trifecta of Terror
BricsCAD Mechanical Parametric Parts & Arrays
BricsCAD Mechanical – Parametric Parts and Arrays

Recent Posts

  • The Hidden Costs of Working Off Outdated Construction Documents

    The Hidden Costs of Working Off Outdated Construction Documents

  • The CADDle Call podcast

    3D Visualization for Infrastructure

  • Procore Punch List Templates

    Procore Punch List Best Practices for Superintendents and Project Managers

  • The CADDle Call podcast

    AutoCAD – Where It Is and Where It’s Going

  • Using Templates in Microsoft

    Utilizing Templates in Microsoft Project, Excel, and Word

Categories

Archives

  • Consulting Services
  • Construction Tech Services
  • Design Tech Services
  • Online Training
  • Software
  • Government Contracting Specialists
  • About Us

  • Events
  • The CADDle Call Podcast
  • Blog
  • YouTube Channel
  • Promotions
  • Subscribe to Emails
  • Privacy Policy
  • Contact Us
Associated General Contractors of America Member

ACCNJ Member

GBCA Member

Mechanical Contractors Association of Canada (MCAC) Associate Member

Partnering with

Partnering with Autodesk, Bluebeam, BricsCAD, Matterport, Microsoft, Procore, SiteDocs, TopBuilder, and Trimble
  • GET SOCIAL

©2016 - 2025 ZENTEK. LLC 2 University Plaza, Suite 100 Hackensack, NJ 07601 (US) // 620 Nine Mile Drive Suite 208, Bedford, NS B4A 0H4 (CANADA)

TOP
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT