Synopsis

PDX_MSGT iges_InitGlobalSection(long option, T_IGES_GLOBAL *entity)

Purpose

Initialize the Global Section in the current model.

Description

This function will initialize the fields in the Global Section of the current model with the specified values in entity. If entity is NULL the following values will be used:

.RS 3 .TS tab (/); l10 l . Field /entity Value _ eofchar /"," eorchar /";" sprodid /NULL filename /NULL sysid /NULL ppvers /NULL nintbits /sizeof (int) * 8 maxspexp /FLT_MAX_10_EXP nspsigdig /FLT_DIG maxdpexp /DBL_MAX_10_EXP ndpsigdig /DBL_DIG rprodid /NULL msscale /1.0 unitflag /1 unitstring /"IN" numlinweight /1 maxlinwidth /0.0 date_time /Current date and time minres /DBL_EPSILON maxcoord /0.0 author /NULL organization /NULL igesvers /9 draftingstd /0 mod_date_time /Current date and time protocol_desc /NULL .TE .RE

Input

option

Options (not used)

entity

Global section entity structure pointer or NULL

Return

IGES error code