Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
RORene Ose25/03/2024
Hello everyone, I'm trying to create a macro (for the assembly) to scan all the components of the assembly, copy the value of some specific dimensions (for example the dimension named: X1@Sketch1 value=60 ; X2@Sketch1 value=100 ) and paste the value of this dimension into the global variable of the assembly (called for example: XA1 ; XA2 value after the execution of the macro: 60 ; 100).
i'm trying