Hi All,
I am trying to create a Design Checker for Drawings that are generated in my company. When we make a part we input the following custom properties in it
Title
Description
DrawingNo
Material
StockSize
DrawnBy
DrawnDate
CheckedBy
ApprovedBy
Weight
UsedInAssy
Rev.
Rev_Description
Rev_DrawnBy
Rev_DrawnDate
Rev_CheckedBy
Rev_ApprovedBy
Here in the materials property we usually insert our own Materials and do not use solidworks materials i.e. Once the part is made we manually enter the Material custom property. Generally we use materials like EN19, EN31, M.S. and SAE8620. For each material that we use we have a specified Note to be inserted into the Drawing. The notes are already stored in a location as blocks. Currently the designer will manually enter the note depending on the material he gave to the part. Sometimes it so happens that he forgets to enter the Note required. I need a Macro that can check the Custom Property Material and depending on that, check whether the Note entered is correct. The part Custom properties are directly taken into the Title block of the Drawing.
Thanks
SolidworksApi macros