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…

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 …

Automation: Part Configurator

This article takes technique learnt in the previous post a step ahead and shows how to configure a Solid Edge model so its variants can be generated programmatically.

The earlier arti…

Automation – Parametric Parts

This post introduces the most common and sought after use of automation in Solid Edge – creating and controlling Parametric Parts via an external program.

Using the Solid Edge API it is ea…

Spy for Solid Edge Introduction

 
One of the biggest challenges of automating Solid Edge (for me at least) is the sheer size of the API. SDK documentation and examples are nice but these are static views of the API. What wou…

First Steps to Automation – Part 2

…continued from Part 1
Keep typing more lines as shown below:

As evident, oDoc stores the Draft Document whose type definition comes from the DraftDocument type library refe…

Take the First Steps to Automation

This is an epilogue to the article Select and you are all Set which also provides a free macro that overcomes a limitation in the selected object count displayed in the Solid Edge Draft environment. …