Your Ad Here

There are 4 types of plotted Weld list:

  1. Fixed original

  2. Fixed operations box

  3. Variable layout

  4. User defined

Setting the property ActiveList on the WeldList object controls this.

The properties on the WeldList object need to be set for all types of weld list, as these control the number of welds at special situations.

The VariableLayout object's property HeaderLines sets up the text header line for the variable layout, and the contents (TextColumns) define to ISOGEN the data, start column, and justification on the horizontal line.

The UserDefined object's properties and contents (XYColumns collection) define to ISOGEN how the data will be positioned on the isometric, such that it lines up with the columns on the backing sheet. The properties define the start position, layout, and font for the data, and the XYColumns collection stores each data item to be output.

Printed Weld List

The properties of the SummaryFile object below the WeldList object control the format, titles and headers, etc, for the Printed weld list. The XYColumns collection below the SummaryFile object stores each data item to be output, and their position along the line in the file.

Return to ProCAD Index

Your Ad Here