Does anyone use PDMWorks Enterprise? And if so, how do you like it? Please note PDMWorks Enterprise is different than the PDMWorks that normally comes with SolidWorks. PDMWorks Enterprise is a software SolidWorks bought from a company named Coniso...
Anyone have any experience with PCI Express cards??? I didn't see it listed on the SolidWorks website. Our IS department ordered a PCI Express x16 card for our newest computer and I would like the warm fuzzy that it will work for large assemblies.
When we make a new sheetmetal part and drop a custom forming tool feature onto the sheetmetal part we get a message box that says "Are you trying to create a derived part" If we answer no it opens the tool by itself. If we answer yes it drops the tool in as a solid at the origin of the part...
This is probably an easy question for the VB guru....
I would like to set up a combo box to have 001 thru 248 and the numbers 1 thru 99 should include the leading zero(ie: 001, 002, and so on)
What do I need to add to my code below to pull this off? The code below produces (1,2,3, and so on)...
Is it possible to change the font size and use the print# command. Below you can sort of see what I want to do but it will not work. What is the proper method to achieve this?
Open FileName For Append Access Write Lock Write As #1
Font.Size = 16
Print #1, "Print Line 1 at font size 16"...
Does anyone know the code to access the "exclude from Bill of Materials" toggle via API? It is the toggle found when you right click on an assembly and select properties. I can't find anything about the toggle in SW-API help.
I am writing a VB program and am in the process of idiot proofing it. I have a section that requests a numeric input then does some calculations later with that number. I would like to prevent the calculation from taking place if a non-numeric character has been entered.
How do I do this?
I have modeled up half of a sheetmetal part using the SW sheetmetal features. Can I mirror the sheetmetal features to make a symmetrical part? And can it be fully unfolded when done? The standard mirror button does not seem to function with the sheetmetal part as it does when a part is...
Is it possible to get a custom properties value without actually opening the part?
Here is what I have and it opens the part. I want to determine whether I want to open the part based on the value of a custom property.
strCompDesc = swChildComp.GetPathName
Set swModel =...
Why is it when you go to update your drawing, some pages un-update. If I have a five page drawing, I can go through every sheet and update each one at a time. When I go back to sheet 1 it is un-updated. So then when I go to update page 1 again, page 2 un-updates and so on. This really...
I was wondering if anyone else noticed a slowness with thier network while using SolidWorks. We use Novell and at always seems sluggish.
I believe it to be our network because when one of us is saving it takes much much more time for another user to create a new part using our part templates...
I would like to grey out my macro icons when they are unavailable to certain areas? For example if I have an icon that performs assembly operations I would like it greyed out during drawings. I know I could just put it in the assembly toolbar but would like to do this instead so I can group all...
Does anyone know the code to open a part from an assembly by selecting the part under the assembly tree. This is the code I have now and it doesn't work. I have this similar code to open the part by selecting a face, edge or vertex and it works for those selected items.
If (selType =...
I am trying to link a drawing annotation to the user specified part number of either a part or an assembly configuration. Is there any way to do this with SW2004?
Does anyone know how to access the part number of a configuration via a macro?
I made a macro that changes the custom properties of a part or an assembly from the drawing but cannot figure out how to change the part number.
Please help.
Jeff