Hi,
I have created a form in a Solidworks macro.
Can I switch to Solidworks while a VB form is being displayed still?.
I want to re-orient the model and select the options in VB form to continue running it.
Regards,
Vinay
There is option called 3GB switch in some of the 3D CAD softwares.Is there any similar option in Solidworks so that we can make use of more RAM space.
Regards,
Vinay
Hi,
I was trying to edit Design table value through macro.
I used SetEntryValue method under Designtable object.
DT.SetEntryValue(7, 3, False, cellvalue)
* DT is deisgntable object
Its giving me a compile error.
I have written the code as per syntax.
Can anyone help me on this.
Regards,
Vinay
Hi,
I was trying to select all entities in a SolidWorks drawing through SolidWorks API.
The drawing has been created from a dxf.
I searched for a method for window selection, I think its not avaialble.
Can someone has steps to do such selection.
Regards,
Vinay
Hi all,
Does any one knows how to create a Browse button in VB form.
I want a browse button in my VB form. In the macro I want to select a folder by using the browse button as we do in windows explorer.
Vinay
Hi all,
can anyone tell me how to delete a Macro button once I add.
I added a Macro button and gave a shortcut key , but I am not able to edit the Shortcut key or delete the macro button.
Regards,
vinay