Hi all,
At my company we he a drawing template which has a custom property that handles the revision number. The revision number (created from the revision table on the drawing) is used by a macro for the pdf and dxf files. The macro creates a pdf or a dxf with the following file name: [part number][revision number].pdf/dxf. We want the same with step files. So the filename of the step file is: [part number][revision number].step. The problem is that the step file is created from the part and not the drawing, so the revision number of the drawing is not in the part. Is there any way to create a custom property in a part that pulls the revision number from the drawing?
SolidworksApi macros