If you are an engineer reproducing Industrial Designer stuff, one of the first things you have to do is understand curvature. It’s a different language, and a different way of thinking about geometry…
The previous article discussed creating custom line types using a simple combination of dash, dots and gaps represented by numbers.
This post takes it ahead by arranging multiple line…
For those who have used AutoCAD for a long duration and tried exploring the many under-the-hood techniques, understanding the cryptic methods of creating line types and hatch patterns was a daunting …
CAD Standards, especially those pertaining to layers can be enforced effectively by providing tools to the user that will make him/her easy to adhere to the published guidelines. The previou…
For those who have done some LISP programming for old generation CAD programs, coding was fun. LISP punched lots of power in few keywords or lines. Moreover the commands could be issued to the CAD pr…
This might be old hat to many of you, but for those this is new, here’s a quick run through the various ‘undocumented’ settings in the SEACAD.ini file.
About the SEACAD.ini File
…
This article builds on the knowledge gained in the previous post Parametric Parts which discussed how to parametric parts by changing the values of part variables.
It is also possible to a…
CAD standards have come a long way in the last 30 years or so. For 2D data, standards used to be mainly about layers and colors, and font size, and how to set up a drawing so it could be printed prop…
This is the sixth post in the Automation series and the third article for Part Configurator. In retrospect: Take the First Steps to Automation Takeaway: • Getting started • Adding referenc…