-
Re: Solidworks api use - How to select reference dimension (assembly file)
Artem Taturevych Nov 20, 2018 3:29 PM (in response to Shinma Hiroyuki)Check this: Fundamentals: Assembly Context and this: Selections in SOLIDWORKS API
-
Re: Solidworks api use - How to select reference dimension (assembly file)
Shinma Hiroyuki Nov 26, 2018 6:11 AM (in response to Shinma Hiroyuki)Thanks your reply. I read this article.
I attached Asm1.SLDASM parts files and macro.
https://drive.google.com/open?id=1vzIVQ6GP4r-YJRdmHbevYo1sD5qxBxzx ]
My macro is select to 4 dimensions.
Selected 2 dimensions (this dimension is have Asm1 file)
But can"t select 2 dimensions (this dimension is have Part5 file)
(Select is highlight)
Asm file into avialable 2 dimension select is normal "RD5@Annotations@Asm1.moAssembly_c" and "RD4@Annotations@Asm1.moAssembly_c"
Part5 file into avialable 2 dimension select is bad ( not selected ) "RD2@アノテート アイテム@Part5.moPart_c" RD5@アノテート アイテム@Part5.moPart_c
How to select reference dimension Part5 file by (Api and macro)
It is possible Solidworks API and MACRO ?
Asm1.SLDASM included Asm2, Asm2 included Asm3
Asm1 included Part1 and Part2
Asm2 included Part3 and Part4
Asm3 included Part5 and Part6
-
Re: Solidworks api use - How to select reference dimension (assembly file)
Shinma Hiroyuki Dec 2, 2018 9:19 PM (in response to Shinma Hiroyuki)Thanks all
My problem is fixed.
Please see link Solidworks macro use - How to select this reference dimension (assembly file)
-