Every action PlateDesignTools can perform, what it expects as input, and what it produces.
PlateDesignTools sits next to AutoCAD and drives it over COM. Most operations follow the same four-step pattern:
… N/M) and then the result (✓ …) or an error (✗ …).Only one operation runs at a time; the other sections are disabled while one is in progress. Default sizes, layer names and Excel column aliases all come from the active settings profile.
Click Cancel in the status strip — the operation stops at its next progress step. If it's waiting for you in AutoCAD (e.g. "Select objects:" or a value prompt), press ESC in AutoCAD; that's treated as a cancellation, not an error. Clicking Cancel a second time force-quits the operation as a last resort (this can leave the AutoCAD COM connection in an odd state — re-check with ⟳ afterwards).
In the Holes section, the buttons follow the pattern X → Y where X is what you pick (in AutoCAD or Excel).
ESC aborts). Each selected circle is replaced by a closed rectangular polyline at the same center, on the hole layer.Default rectangle width/height and the hole layer are configured under Settings → Holes and Settings → Layers. Pin-number labels can be added either at Excel-import time (see below) or implicitly when exporting with CAD → CSV.
x, y, r) or rectangle (x, y, w, h) per row; the optional pin no. column adds a numbered label and layer sets a per-row layer.x, y columns. The picked group is copied to each coordinate.Select the data with the header row included. Header names are matched case-insensitively against the aliases in Settings → Excel columns (defaults shown below). Recognised columns:
| Logical column | Default header names | Used for |
|---|---|---|
x, y | x / cx, y / cy | position (required) |
r | r / radius | circle radius |
w, h | w / width, h / height | rectangle size |
pin no. | pin no. / no | optional pin-number label |
layer | layer / l | optional per-row layer |
Provide either r (→ circles) or w + h (→ rectangles). Example (circles with pin numbers):
| x | y | r | pin no. |
|---|---|---|---|
| 0.0 | 0.0 | 0.03 | 1 |
| 0.5 | 0.0 | 0.03 | 2 |
Open the Clearance (DRC) section, select the objects to check in AutoCAD, enter the minimum clearance (in drawing units), and click Check. Every pair of objects closer than that distance is found; the violations are highlighted with polylines on the clearanceChecked layer (name configurable). The status strip reports the number of collisions.
Arcs, bulged polylines and circles are polygonised at the resolutions set in Settings → Clearance (DRC); that tab also has the highlight line width and the candidate-region tuning (expand factor, debug-DXF settings).
Builds a grid ("mask") of DUT cells. In the DUT Array section, fill in:
0 = none, 1 = one empty row/col between each, etc.).Preview mask draws just the array outline so you can position it; Generate creates the full array. Tick Use Excel data to take each DUT's contents from a selected Excel range instead of the current AutoCAD selection — the range uses the same format as Excel → Holes (x, y + r for circles or w, h for rectangles, header row included); each row is one item, repeated in every DUT cell. Generated rectangles go on the DUT-mask layer (see Settings → Layers); defaults are in Settings → DUT Array.
Useful when a pad map arrives in µm but the drawing works in mm (or vice versa). Both positions and sizes are scaled; the operation is destructive — undo with AutoCAD's U command if needed.
Rotate objects — pick polylines / rectangles; the command line asks for an angle (counter-clockwise, degrees). Each object is rotated about its own center, not about a shared pivot.
A pin-number label is text placed at the hole's center, on the pin-number layer (Settings → Layers), with height = (hole size) × the ratio in Settings → Holes.
pin no. column — you control the numbers.Hole info → CSV — pick holes (circles or closed polylines) in AutoCAD; their centers and sizes are written to a CSV (you choose the file). Columns are Pin No., x, y, r for circles or Pin No., x, y, w, h for rectangles. The pin-number column name and the CSV encoding are in Settings → Output.
The export coordinate transform from Settings → Output is applied first: scale → mirror → offset (sizes are only scaled). For example, set scale = 1000 to write µm from a mm drawing, or mirror x = true for a backside view. Defaults are identity (no change).