Custom Linetypes and Hatch Patterns Part 2

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…

Custom Linetypes and Hatch Patterns

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 …

Automation as a CAD Standards Enabler

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…

Automation in the Draft Environment: Layer Handling

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…

SEACAD.ini – Under the Hood

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

Automation: Parametric Assemblies

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 Standard for 3D Data

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…

Automation: Part Configurator 3

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…

Automation: Part Configurator 2

The previous post on creating a programmatically configurable part used a If…Then structure to check which of the items in the list was selected by the user i.e. the SelectedIndex property of …