vba_drawing_dimensions
Automate addition of dimensions to SolidWorks drawing views using VBA macros. Supports linear, angular, radial, diameter, ordinate, chamfer, arc length, and coordinate dimensions with customizable tolerance, prefix, and suffix.
Instructions
Generate VBA for adding dimensions to drawings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dimensionType | Yes | ||
| viewName | No | Name of the view | |
| entities | No | ||
| position | Yes | ||
| tolerance | No | ||
| prefix | No | ||
| suffix | No |