Bricscad Demo



  1. Bricscad V20 Demo
  2. Bricscad Demographics

Civil Site Design for BricsCAD is an intuitive, feature rich design package that is optimized for residential and commercial subdivision design as well as traditional road and highway design. It provides fast intuitive design tools offering you all the features of Civil 3D without the complexity. With a comprehensive e-learning system, YouTube channel and local support, you will be fully. Don’t know what way Bricscad has exactly chosen for the demo in Paris. Vectorworks recently showed an own solution by using Apples AR Kit, beside their attempts to export models into Browsers. As far as I know, things like OpenGL, rendering, even from CAD Solids Models, 3D Modelers or VR are always based on polygon geometry. Program Demo Version Manuals Drivers Miscellaneous. ArmCAD 6 (AutoCAD) - Program. Registered users can download the latest version of ArmCAD 6 from this site. To download, select the version that matches the version of AutoCAD you are using.

We strongly recommend that you print these instructions and follow them carefully.

Installing Mech-Q

  1. EXIT AutoCAD (or IntelliCAD)
  2. Use Windows Explorer - locate the downloaded file then double click on it to start the program Setup
  3. If you can't find the file, click the Windows Start menu and select Search (or 'Find') then search for the file name: 'MQ*.exe'
  4. When the Mech-Q Setup file is located, double click on it to begin the installation process
  5. Follow the instructions in the splash screens.

Using Mech-Q

To use Mech-Q successfully you need to follow a few simple steps. These steps vary according to the version of Mech-Q you are using. Please follow the instructions below - corresponding the AutoCAD, IntelliCAD or CAD version that you have.

MECH-Q for AutoCAD 2000-2021

Bricscad Demo
  • The first time you run AutoCAD - we recommend:
    • Right Click on the AutoCAD start icon and select the option 'Run as Administrator'
    • Check that Mech-Q menu is now added to your AutoCAD menu (see below)
    • Check that Mech-Q is working OK.
    • Exit AutoCAD in a normal fashion
  • Next time you start AutoCAD - start AutoCAD in the normal fashion.

If the Mech-Q was installed correctly, you will note that the Mech-Q menu (Ribbon &/or Pop-up and Toolbars) is now added to your existing AutoCAD menu. Use the Mech-Q menu to access the Mech-Q functions

MENUBAR

If you do not have the AutoCAD 'Tools' on the menu bar, type the following command at the AutoCAD command prompt:
MENUBAR and set the variable to 1 ( = ON)

If the Mech-Q menu does not load automatically of other exist, use the following command at the AutoCAD command prompt:

MQDiag

Using MECH-Q for BricsCAD

After you have installed Mech-Q on your computer:

Start Bricscad in the normal fashion. If the Mech-Q was installed correctly, you will note that the Mech-Q menu (Pop-up, Toolbars & Ribbon menu) is now added to your existing BricsCAD menu. Use the Mech-Q menu to access the Mech-Q functions

Using MECH-Q for IntelliCAD, progeCAD or GstarCAD

Important Note:
The install folder for Mech-Q must be the same as the IntelliCAD (or other CAD version) main install folder (for example, the same location as ICAD.exe or PCAD.exe)

After you have installed Mech-Q on your hard drive:

Start your CAD in the normal fashion. If the Mech-Q was installed correctly, you will note that the Mech-Q menu (Pop-up, Toolbars & Ribbon menu) is now added to your existing CAD menu. Use the Mech-Q menu to access the Mech-Q functions

Manually Loading Mech-Q

If Mech-Q does not load automatically when you start your CAD program - please follow these steps to manually load the Mech-q menu:

Start AutoCAD

A) Adding Mech-Q to the CAD search Path
AutoCAD
Check that the installer has added Mech-Q to the AutoCAD search path:
1. From the >> 'Tools' menu select 'Options'
2. Select the 'Files' tab
3. Select 'Support Files Search Path'

Check to see that the Mech-Q install location is found in the search path.
If NOT...

3A) Use the 'Add' (or 'Add Path' for Bricscad) button to add Mech-Q install location to the CAD search path

BricsCAD
Check that the installer has added Mech-Q to the BricsCAD search path:
1. From the >> 'Settings' menu select 'Settings'
2. Select the 'Program Options' then 'Files'
3. Select 'Support Files Search Path'and Click on '...' button
Check to see that the Mech-Q install location is found in the search path.
If NOT...
3A) Use the 'Add Path' button to add Mech-Q install location to the BricsCAD search path

DemoBricscad demo version


Default location:
AutoCAD: C:Program FilesMech-QACAD
BricsCAD: C:Program FilesMech-QBCAD
For other CAD platforms - Contact ASVIC

4. Use the 'Apply' button & then 'Close'

B) Load the MECH-Q menu
1. At the AutoCAD command type: MENULOAD
2. Locate the Mech-Q customized user interface file: Mech-Q.CUIX (or Mech-Q.CUI or Mech-Q.MNU)
Default menu file install location:
AutoCAD 20??: C:UsersPublicDocumentsMech-QMenuACAD

IntelliCAD: C:UsersPublicDocumentsMech-QMenuICAD
BricscCAD: C:UsersPublicDocumentsMech-QMenuBCAD

3. Use the LOAD button to load the Mech-Q menu.
This should load the Mech-Q menu.

Authorizing Mech-Q

(Not applicable to Network/Site licenses)

Demo

When you first run Mech-Q, the software will generate an Application Serial Number. The Serial Number must then be sent to ASVIC Engineering & Software - ASVIC will then process and forward to you the Authorization Key.

You can get the Application Serial Number by using either:

  • Mech-Q Start-up dialogue or
  • About Mech-Q from the Mech-Q menu or
  • Authorize Mech-Q from the Mech-Q 'Maintenance' menu

To apply for an Authorization Key please click here:

Using the Authorization Key Code:

  1. From the MECH-Q pull down menu - Select MECH-Q Register
  2. Enter the Authorization Key code EXACTLY as received (Case sensitive).
  3. Select the OK tab.

If the Code entered is correct - MECH-Q registration will be accepted.

Mech-Q - Network Version

The Mech-Q demo version is NOT suitable for network installations = A special build of Mech-Q is required for using in a network environment - Please contact ASVIC is you require more information.

Contact ASVIC for Mech-Q Network Version install instructions

Create Bricscad .NET Project template

Just a quick Tip for .NET programmers, You can create a .NET project template in visual studio that automatically references Bricscad’s .NET libraries and pre defined classes.

Step 1, Fire up Visual studio, I am using VS2010 targeting .NET 3.5

Step 2, Reference Bricscad’s .NET DLLs , (don’t forget to set copy to local). From here you can add in what ever code you like, maybe some utility classes you might normally use. I am just going to add in a command class

Step 3, Choose Export Template from Visual Studio’s file menu and follow the directions

Bricscad Demo

I added in Bricscad’s Icon, there is one in the install folder

Bricscad V20 Demo

Click finish, and there you have a new template for creating .NET modules

Bricscad Demographics

And there you have it!





Comments are closed.