Synopsis

(macro) PDX_MSGT iges_IssueError(long option, long info, MDA_PTR db_ptr, PDX_MSGT message, PDX_MSGT severity, ...)

Purpose

Issue an iges error using the message processor.

Description

This function will output the specified error and all errors set on the stack by iges_SetError. The format of the error is as follows:

         BANNER        *** severity ( message ) ***
         INFO FIELDS   ( PTR: %d DE: %d TF: %d:%d NAME: %s )
         MESSAGE TEXT

Input

option

Options (passed to mpm_IssueError)

info

IGES_IFDE

Print DE number

IGES_IFPTR

Print database pointer

IGES_IFTF

Print TF

IGES_IFNAME

Print entity name

db_ptr

Database pointer

message

Message id of error

severity

Severity level @a ... Arguments to be formatted in text

Return

Specified message value