Using VBA to generate fabrication tags and assemblies from polyline properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
To start, I am very new to coding but have using Autocad for 5+ years. At my work we generate cutlists and fabrication tickets from a rudimentary dynamic block with multiple attributes with part numbers, finished, lengths, qty's all manual entered and perform a data extraction to a .csv of these tag blocks to generate the cut list. This is obviously prone to input errors and involves hours checking properties in the cut list to the drawings. I feel like there is a way to automate this process.
My question to the forums is, is it feasible to write a symbol script or macro that can apply multiple tags to a polyline using part numbers and part descriptions that are set up from the beginning, apply its length from the drawings, apply a reduction to necessary parts, and automatically increment the tags from parts that have different attributes?
If it can be done, am I looking down the right path to handle what I have described? is there a better easier way? What difficulty level of coding is this considered? As in is it possible for me to teach myself VBA and write something like this in a month or 2? or is there already something out there that does this? I have searched and can't find anything. What should I look into to get started?
Any and all input is appreciated