Search found 2 matches
- Tue Sep 12, 2023 9:22 am
- Forum: API
- Topic: How to translate selected parts in Assembly
- Replies: 2
- Views: 1306
Re: How to translate selected parts in Assembly
Hello gupta9665, Thanks a lot for your help. I've been searching all this day but I've finally found thanks to the links you sent. For anyone who's looking to make something similar, here is the code... Option Explicit Sub TranslateY(DeplacementValue As String) Dim swApp As SldWorks.SldWorks Dim swM...
- Mon Sep 11, 2023 9:12 am
- Forum: API
- Topic: How to translate selected parts in Assembly
- Replies: 2
- Views: 1306
How to translate selected parts in Assembly
Hello all, Here are few days that I'm working on a macro which still doesn't work. I'm trying to translate (according axes) parts in an assembly. I still don't know which API command I need to use. I found something on the API Help but it doesn't work correctly. I've remastered it a little bit, here...