QRCODE element - Intergraph Smart 3D - Help - Hexagon

Intergraph Smart 3D Isogen Isometric Drawings

Language
English
Product
Intergraph Smart 3D
Subproduct
Drawings and Reports
Search by Category
Help
Smart 3D Version
13.1
Isogen Version
13.0(2016)

Places a Quick Response (QR) code on the drawing.

The QRCODE element is a specialized version of the IMAGE element that is used to generate a QR code.

Basic syntax:

<QRCODE X='538' Y='57' Width='200' Height='200' Attribute='PAINTING-SPEC' Embed='False'/>

The QRCODE element contains the following mandatory attributes:

  • X specifies the location of the code in the X plane.

  • Y specifies the location of the code in the Y plane.

  • Width specifies the pixel width of the code on the drawing.

  • Height specifies the pixel height of the code on the drawing.

  • Attribute specifies a drawing attribute to encode into the QR code (for example, Attribute='PIPING-SPEC'). This attribute is not mandatory if you add QRText.

  • QRText specifies a string to encode into the QR code (for example, QRText="This text is encoded'. This attribute is not mandatory if you add Attribute.

Optionally, you can also define the following attributes:

  • Folder specifies the folder location in which to store the generated QR code if the code is not embedded with the drawing. You must use an absolute path. If you do not define a Folder attribute, the default folder location is c:\Temp\PODImages.

  • Embed indicates whether the QR code is stored with the drawing/POD, or stored on disk. To embed the code with the drawing/POD, set this attribute to True. The default value is False.

  • Sheet identifies on which sheet the QR code is added. Specify a numerical value (1, 2, 3, and so on), or set Sheet to New to create a new sheet for the QR code. The default value is -1, which places the QR code on all drawing sheets.

  • QRText overrides Attribute. If you include both attributes in the QRCODE element, only the QRText definition is encoded.

  • SmartDGN output supports only embedded QR codes.

  • For SmartDWG, SmartDGN, and SmartDGN8 output, the software places the QR code on the main sheet when Sheet='New'.

  • When Sheet='New', the software creates only one new sheet. Multiple instances of the Sheet attribute do not result in additional new sheets.