Hello,
I need macro, which create three configuration with name from UserForm. For example: User open UserForm and complete name of configuration.
1. st configuration: P61xx
2. nd configuration P71xx
3. rd configuration P81xx
User complete xx (for example 01, 02, 03 etc..) This value I save to value. How can I create configuration name from value? Because AddComponentConfiguration Method allows use only text in between " " (value = instance.AddComponentConfiguration("Name", "Comment", "AlternateName" ...).
Is it possible?
SolidworksApi macros