Artem Taturevych's Macros

Library for macros
User avatar
mattpeneguy
Posts: 1380
Joined: Tue Mar 09, 2021 11:14 am
Answers: 4
x 2487
x 1888

Artem Taturevych's Macros

Unread post by mattpeneguy »

@artem posted dozens of his macros over at:
https://www.codestack.net/solidworks-tools/

These are macros made by a real programmer. So, if he has one listed that does something similar to one I have posted, please take a look at his first. I am not a programmer and even though I've tried in a lot of instances to do things right, I'm just ignorant and plug away at it until I get something that works in most cases. You can be much more confident that the methods and calls Artem uses are more correct and efficient than anything I've come up with.
User avatar
Jaylin Hochstetler
Posts: 383
Joined: Sat Mar 13, 2021 8:47 pm
Answers: 4
Location: Michigan
x 375
x 353
Contact:

Re: Artem Taturevych's Macros

Unread post by Jaylin Hochstetler »

I found this awesome macro over there https://www.codestack.net/solidworks-ap ... roperties/. But @artem is there a way to make it copy and link the cutlist props to the config specific props instead of the custom props?
A goal is only a wish until backed by a plan.
MJuric
Posts: 1067
Joined: Mon Mar 08, 2021 3:21 pm
Answers: 1
x 31
x 873

Re: Artem Taturevych's Macros

Unread post by MJuric »

mattpeneguy wrote: Thu May 06, 2021 2:40 pm @artem posted dozens of his macros over at:
https://www.codestack.net/solidworks-tools/

These are macros made by a real programmer. So, if he has one listed that does something similar to one I have posted, please take a look at his first. I am not a programmer and even though I've tried in a lot of instances to do things right, I'm just ignorant and plug away at it until I get something that works in most cases. You can be much more confident that the methods and calls Artem uses are more correct and efficient than anything I've come up with.
Life is to short. There are so many things I would like to do and get relatively good at and programming of several kinds is one of them.
User avatar
Jaylin Hochstetler
Posts: 383
Joined: Sat Mar 13, 2021 8:47 pm
Answers: 4
Location: Michigan
x 375
x 353
Contact:

Re: Artem Taturevych's Macros

Unread post by Jaylin Hochstetler »

MJuric wrote: Fri May 07, 2021 8:22 am Life is to short. There are so many things I would like to do and get relatively good at and programming of several kinds is one of them.
How did you know what I was thinking? I'm in the exact same predicament. I have done a little bit of programming in the past w/ Python, just enough to understand the basics. I would love to learn how to do programming but I have so many others things to do. I am young so maybe in the future sometime I will get a chance to dive into it.
A goal is only a wish until backed by a plan.
MJuric
Posts: 1067
Joined: Mon Mar 08, 2021 3:21 pm
Answers: 1
x 31
x 873

Re: Artem Taturevych's Macros

Unread post by MJuric »

Jaylin Hochstetler wrote: Fri May 07, 2021 9:45 am How did you know what I was thinking? I'm in the exact same predicament. I have done a little bit of programming in the past w/ Python, just enough to understand the basics. I would love to learn how to do programming but I have so many others things to do. I am young so maybe in the future sometime I will get a chance to dive into it.
Between my Aurduino, PLC/CNC, Python, HTML and SW Macros I could probably spend a couple years of consistent work, in my free time, to get plausibly functional at these. That's just programming.
artem
Posts: 26
Joined: Thu Mar 18, 2021 1:31 pm
Answers: 3
x 9
x 73

Re: Artem Taturevych's Macros

Unread post by artem »

Jaylin Hochstetler wrote: Fri May 07, 2021 7:33 am I found this awesome macro over there https://www.codestack.net/solidworks-ap ... roperties/. But @artem is there a way to make it copy and link the cutlist props to the config specific props instead of the custom props?
@Jaylin Hochstetler, take a look at these two macros:
https://www.codestack.net/solidworks-ap ... roperties/
https://www.codestack.net/solidworks-ap ... roperties/

I also include the functionality of properties editing (including cut-lists) into the next version of CAD+ (you can view and edit properties from Windows file explorer without SW being installed, you can export/import from Excel, you can get all references from assembly or run on all the files in the folder, etc.):
Thanks,
Artem
xarial.com - making your CAD better
codestack.net - SOLIDWORKS API macros and tutorials
User avatar
Jaylin Hochstetler
Posts: 383
Joined: Sat Mar 13, 2021 8:47 pm
Answers: 4
Location: Michigan
x 375
x 353
Contact:

Re: Artem Taturevych's Macros

Unread post by Jaylin Hochstetler »

artem wrote: Sun May 09, 2021 7:06 pm @Jaylin Hochstetler, take a look at these two macros:
https://www.codestack.net/solidworks-ap ... roperties/
https://www.codestack.net/solidworks-ap ... roperties/

I also include the functionality of properties editing (including cut-lists) into the next version of CAD+ (you can view and edit properties from Windows file explorer without SW being installed, you can export/import from Excel, you can get all references from assembly or run on all the files in the folder, etc.):
I noticed the "Copy cutlist props to file props" https://www.codestack.net/solidworks-ap ... roperties/has this functionality but I did not see that functionality in the "Link cutlist props to file props" https://www.codestack.net/solidworks-ap ... roperties/.
A goal is only a wish until backed by a plan.
Post Reply