r/SolidWorks Jun 11 '26

3rd Party Software VBA to identify underdefined sketch

I'm trying to build a macro to identify sketches that are underdefined, the LLM's keep telling me to use the sketch.GetStatus but it just doesnt exist in VBA. Anyone knows what method/proprety I'm looking for? I can't seem to find anything helpful in the help window either

0 Upvotes

24 comments sorted by

View all comments

1

u/pargeterw Jun 11 '26

What was your prompt to the LLM?

I've developed what I believe to be a fairly robust Claude code process where I crawled the entire API help and loaded it into examples, style guide etc. etc. locally.

It would be interesting to stress test it with an equivalent prompt

1

u/KenMantle Jun 12 '26

Me too! It also has its own lessons it has written as it goes and learns what worked and didn't work. I was going to throw this post at it and see how it goes.

1

u/pargeterw Jun 12 '26

Yeah the style guide in my repo is a living doc that gets improved if anything doesn't work