Hi there,
I wanna know if anyone programming with the SW2010 API had any problems with moving components in an assembly?
In my add-in, I'm inserting and positioning components one by one, yet only the first inserted component is positioned correctly.
I've been using both the AddComponent4 approach with initial coordinates and the Transform2 approach with components inserted at the assembly origin : same results, parts remain at the origin.
Unfortunately, I don't have code to show you; therefore I'm only looking for any previous experience on a similar issue.
Thanks,
Antoine
PS: And I know the AddComponent4 method is superseeded by the AddComponent5 method in SW2010, but I need my add-in to work in SW2009 as well.
SolidworksApi macros