Skip to main content
4-Participant
January 22, 2026
Question

I want to make sure that when drawing is get published, two attributes will be displayed in Title Block of Drawing

  • January 22, 2026
  • 2 replies
  • 164 views

Hello PetrH,

 

I have a similar requirement. 

I have two Global attributes "Attribute_A" & "Attribute_B" on Drawing (EPMDocument), i want to make sure that when drawing is get published, this two attributes will be displayed in Title Block of Drawing.

 

Can you please help me here, how to achieve this ? any input will be helpful.

 

Thanks and Regards,

Vivek

 

 

 

2 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
January 22, 2026

Hi @VU_10827294 

The easiest way is to create a pre checkin listener

It can control if the CAD Document drawing has defined your two attributes . 

Throw an exception.

PetrH

joe_morton
18-Opal
18-Opal
January 22, 2026

Can you describe your use case a little more?

 

You can update your drawing format to include the title block, and in that title block, display the required attributes.

Another potential solution would be watermarking. It's possible to include attributes as a watermark that gets added during publishing.