Adding an equation to multiple parts
Adding an equation to multiple parts
(OP)
I have an equation that i want to add to every *.sldprt file in the database. The equation is as follows:
"BlankSize"=Part.Extension.CreateMassProperty.SurfaceArea*775.00155
What would be the easiest/quickest way to go about this? I am unfamiliar with using equations, so the only way I would know to do this would be to open each file and add it in one by one. BTW I am using SW2007 SP4.0
Thank you,
Matt
"BlankSize"=Part.Extension.CreateMassProperty.SurfaceArea*775.00155
What would be the easiest/quickest way to go about this? I am unfamiliar with using equations, so the only way I would know to do this would be to open each file and add it in one by one. BTW I am using SW2007 SP4.0
Thank you,
Matt






RE: Adding an equation to multiple parts
I think you'll have to add it to each file, but I'll bet someone on this forum can help you with a macro to expedite that effort.
You might be able to add this equation to a blank part file and then save that as your part template. Then any new file from this template should already have the equation.
- - -Updraft
RE: Adding an equation to multiple parts