Bricscad V11



  1. Bricscad V14
  2. Bricscad V11 Free Download
  3. Bricscad V11 Pro
  4. Bricscad V11 Tutorial

Bricsys the author of Bricscad and VidCAD LLC the leading software company for engineering design and documentation tools, announced today that the VidCAD SQL Engineering suite of products is now available for Bricscad V11. So far the software had been available for AutoCAD only. Want to try BricsCAD? Download your free 30-day CAD trial. Ready to discover advanced drawing and modeling? To download an old version of BricsCAD: V20, V19, V18, V17, V16, V15, V14 and V13: Go to Bricsys.com and click the ‘Download’ button (located in the top right of the window). OR Click here to navigate to the BricsCAD download page. (1) The Bricscad (Linux) DEB installer does not work as-is on the newest 64 bit Ubuntu versions. (2) The Bricscad (Linux) rpm installer is not completely self-serving for 64 bit systems. It relies on some 32 bit libraries that are not automatically installed by our RPM installer on 64 bit systems.

Create Bricscad .NET Project template

Bricscad V14

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.

Bricscad V11 Free Download

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

BricscadBricscad V11

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

Bricscad

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

Bricscad V11 Pro

V11

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

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

Bricscad V11 Tutorial

And there you have it!