View Single Post
  #3  
Old 04-28-2009, 08:03 PM
mgb mgb is offline
Registered User
 
Join Date: Sep 2007
Posts: 82
Re: add stamp on drawing depending on the state (drawingmanager)

Hi Eric - TO set the field in Drawing Manager you should probably write a pre-Apply listener that checks the state and sets the appropriate attribute valued. Then how you want the information to appear on the drawing will determine what to do next. If you want it to appear in the titleblock of the drawing then you will probably use Text References to pass the information from Drawing Manager to Drafting and then appear in the titleblock. If you want the information to appear completely across the drawing, then you would need to create a watermark. Drafting would have the information passed to it and write macros to apply the watermark to the drawing. - mgb
Reply With Quote