Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
We have recently integrated SolidWorks with PTC Windchill. Previously, I have used, NX w/Teamcenter and on the feature tree there was columns for the Revision, State (Released,Obsolete), etc. Do you know if SolidWorks has anything similar to that? See attached screenshot for an example.
All this type of info is available in work group manager but not in SW itself. We also extensively use SW integrated w/Windchill.
I know its in WGM, but it would be really helpful in SW, I think this is a big flaw on their part. I am pretty sure the other CAD software has this feature. I know NX and Solid Edge do, and I believe Creo does as well.
Yes, in Creo can add all desired columns to the model tree - major convenience.
All of us in our group are long-time Creo users, struggling every day w/the limitations of the SW integration. More and more going to SolidWorks though, so have to keep supporting.
You can always create SolidWorks Add-In showing all relevant information in a convenient way (see the attachment).
Hi DmitryC,
How did you make this add-in?
@krogerfeedback wrote:
Hi DmitryC,
How did you make this add-in?
I think this is a big flaw on their part. I am pretty sure the other CAD software has this feature. I know NX and Solid Edge do, and I believe Creo does as well.
Hi John,
There are quite a few topics and videos showing how to start. This is one of them. Then it will depend on what you want to do really.
I wonder if this can also be accomplished with Inventor?
James
Windchill 11.0
Inventor 2018
Thanks Dmitry,
Off the top of your head, do you know if it is possible to add a field that will tell the user if the file is checked out or not?
@jp493 wrote:
Thanks Dmitry,
Off the top of your head, do you know if it is possible to add a field that will tell the user if the file is checked out or not?
Not easily.
You can push this attribute into CAD, but I don't recommend this approach (we did this for a time than backed-out). There are 2 huge issues in this case:
There is another way to show the check-out status, but it must be very carefully considered, and it's not scalable for larger companies. You can use Windchill rest API to interrogate the check-out status of the active model. This can be done within on-idle SolidWorks event or using a special class with timer, etc. Both SolidWorks and Windchill performance has to be considered if you chose this path.
Yes, a quick search shows this is possible via "Assembly Visualization". Just add additional columns for whatever attributes you're interested in.
How did you get those columns to show up? When I "Add Columns" is only adds Total Weight, Mass, Density, Volume, is does not give me an option for any other columns.