Monday, May 13, 2013

How to Convert PDF to AutoCAD

One question many CAD users ask is if there is an easy way to convert PDF to AutoCAD format. Well, now there is an easy, and best of all, FREE solution for you. PDFAutoCAD is a free PDF to DWG  and DXF conversion for AutoCAD-designed PDFs.
pdf to autocad

Some of its distinct features are:
  • High quality conversions with lines, arcs, scale presets and texts preserved, and no need for further touch-ups.
  • Files of up to 40MB can be uploaded and converted quickly.
  • All uploaded user data, including emails, is deleted in accordance with their privacy policy.
  • Everything is free - they support themselves via ads on the homepage (please, don’t be confused by them).
I've used this site myself and find it very useful. Check it out here.

Sunday, April 7, 2013

3D Boat Design Software

3d boat design software
I recently found a nice 3D boat design software to help you design anything that floats. If you have ever wanted to design a boat yourself then this is the program for you. 3DBoatDesign is a versatile CAD software package that is easy to use yet also powerful at the same time. Some feature of 3DBoatDesign include enhanced hydrostatic calculations, easy 3d scaling, rotating, and moving, hull sculptor, resistance calculations and more!

3DBoatDesign is to boats as NoLimits Simulator is to roller coasters - simply the best available software to everyday consumers and affordable too!
cad boat design

Download 3D Boat Design today and starting designing the watercraft of your dreams!

Tuesday, March 26, 2013

Drafting and Dimensioning in Solid Edge Tutorial

Ally PLM has created another wonderful Lunch Bytes Solid Edge video tutorial. This time the topic they cover is Solid Edge drafting, dimensioning, and annotation tips and tricks. More detailed topics include how to create drawings in Solid Edge, how to create a quicksheet template, how to add different views, how to create dimensions and annotations, how to make sheet metal callouts, and more. Watch this awesome Solid Edge tutorial below:

Thursday, March 7, 2013

How to Hide Axis System in CATIA V5


My colleague Emmett Ross recently put together a new video tutorial explaining how to hide axis systems in CATIA V5 with a VBA macro. In this lesson you will learn how to:

  • Hide all axis systems (or other geometry)
  • Search by name or by type
  • Use the CATIA Visual Basic help file
  • Use the object browser
  • Set a product to Design Mode

Check it out below and subscribe to Emmett’s new YouTube channel – I hear there are going to be more good CATIA macro tutorials coming out soon!

Wednesday, February 27, 2013

Android Application Programming Basics

Android Application Programming Basics
Today I’m going to share a few of my notes about Android Application programming basics. Recently I’ve been trying to learn how to program Android applications. This post is not directly related to CAD but I will hopefully one day be creating some Android applications for CAD users.

Android Programming Acronyms
  • SDK = software development kit
  • DP = density pixels
  • IDE = Integrated Development Environment
  • UI = User Interface

Android apps are written in Java. I think it’s much harder to learn than writing macros for CATIA V5. When you write a macro, you can type up the code in a simple text editor and it is read top to bottom like a book. When writing code for Android applications, code must be inserted into at least three different locations within the Eclipse IDE software.

Pages or screens in Android apps are known as Activities. An Intent is a communicator with another application and you use it to change screens. To create a new activity right click on package: New>Class. Give it a name and set Super class as Activity, which will be a java file. Each activity needs a layout file (.xml) created by going to New>Android xml. Name it file_name.xml. Xml is a way to organize information with structure (as opposed to just using a text file). The xml file is used to organize the layout and properties of all the text, input boxes, buttons, images, etc. Buttons use a method called OnClickListener.

Alright, that might have sounded confusing to you, especially if you’ve never programmed before, so I’m going to leave it at that for now. Would you like to learn more about Android application programming? Please let me know and I will write more detailed posts. I’ve recently created two Android applications and they are available in the Google Play store for Free here.

In your opinion, what are the best CAD apps out there?

Sunday, January 27, 2013

CATIA Macro Flowchart

catia macro flowchart
You may have noticed the Delete Deactivated Features CATIA macro I’ve linked to in the downloads page. It’s a CATScript my good buddy Emmett Ross of scripting4v5 wrote. He recently created a new article about how to start programming a custom CATIA macro from scratch. He lists several important questions you need to ask yourself before diving into the coding work. One question is: What is the step by step process of the macro going to be? He suggest writing a flowchart, sketch or map. He’s allowed me to share a flowchart he made of his Delete Deactivated Features macro. It’s basically a decision tree. The first branches are actually the error handling: if the active document is a part go down one root if not, go down the other. I highly recommend downloading the code and comparing it to the pictured process map to see exactly his thought process in creating the macro.

How do you plan out your macros (CATIA or otherwise)? I'd love to hear about your planning process!

Wednesday, January 9, 2013

CATIA Lego Training Download

lego_cad_software
I’ve long looked for a good LEGO CAD program and today I’ve finally found one. John B Cearns, founder and
owner of Solid Engineering Solutions, has created an outstanding exercise to help students learn how to use CATIA’s Assembly Design workbench while being super fun at the same time.


While building the Lego model you’ll learn how to use catalogs in CATIA to create different Lego blocks in 3D. Not all the parts required to make the Four Wheeler and Rebel Wrecker are present in the CATParts folder. There are 72 parts missing from this folder but they have provided 12 tabulated parts for you to use to easily create the missing 72 parts. Step by step instructions are provided in the documentation for both sets.  The Four Wheeler contains 102 different parts and the total parts are 338. The Rebel Wrecker contains 123 different parts and the total parts are 468.

catia lego model

The free download contains all instructions necessary to assemble the Four Wheel and Rebel Wrecker. Or, if you just want to build the physical Lego sets you could just do that as well using these instructions. Get them here:

After you have created these two CATProduct models, there is a wealth of Kinematics joints you can perform on them: Revolute Joint, Cylindrical Joint, Spherical Joint, Rigid Joint, Universal Joint, Gear Joint, Cable Joint, and Rack Joint. The Lego parts also use a relation law created by a Multiple Value User Parameter to define the color: PartBody.Color = PartBodyColor.

This exercise is a great example if you want to use CATIA or other CAD software as a Lego design software. Many different bricks can be created from the template of a few using catalogs. All around, I highly recommend checking out this tutorial because, as I said, it is a lot of fun and very educational too (and it's free)!

Download the Lego CAD files and instructions here:http://www.solengsol.com/solid_engineering_downloads.htm
Please note: CATIA V5 R19 is required.