![]() |
IoProcess
The GeMA I/O Process Plugin
|
The options
table, optionally supplied as a parameter to the printing process functions, controls the final format of the printed tables. When filling this table, keep in mind that only options different from the default are needed. When an option is not present in the table, its default value will be used. The supported options are:
Attribute | Description | Type | Def. Value | |
---|---|---|---|---|
state | The state number used to find values when an attribute / state var has an associated history. If the state is invalid for a column, the default will be used for it. | Integer | 0 (present state) | |
units | Should units be printed in column titles? | Boolean | true | |
unit_line | Should header units be placed in a separate line? | Boolean | false | |
eval_functions | Should functions be evaluated or have its name printed? | Boolean | false | |
def_nil | Should default values be printed as nil ? | Boolean | false | |
const_map | Should we try to translate values back to strings when a scalar data column has an associated constMap ? Keep in mind that this flag only works as expected if the print unit is unchanged (for example, if the original value is expressed in cm and values are being printed in m , the constMap translation will not work) . | Boolean | false | |
line_numbers | Should line numbers be printed on the table's left margin? | Boolean | true | |
active_only | Should only active cells / elements be included in the printed table? Ignored when printing node data. | Boolean | true | |
node_geometry | Node mesh | Should the table include lines for geometry nodes? | Boolean | true |
Cell mesh | Should geometry nodes be included in the node list if a cell nodes column was included? | |||
Gauss mesh | Ignored. | |||
node_ghost | Node mesh | Should the table include lines for ghost nodes (if they exist)? | Boolean | true |
Cell mesh | Should ghost nodes be included in the node list (if they exist) if a cell nodes column was included? | |||
Gauss mesh | Ignored. | |||
mark_ghost | Node mesh | Should the numbering be restarted and a pipe character prefix added to ghost node numbers? | Boolean | false |
Cell mesh | Should a pipe character be added between geometry and ghost node numbers if a cell nodes column was included? | |||
Gauss mesh | Ignored. | |||
clip_title | Shoud header titles be clipped when the user gave a width and the title is bigger than the requested size? | Boolean | true | |
header_title | Should an additional header line with the mesh name be included at the table top? | Boolean | false | |
trailler | Should a closing trailler line be added to the printed table? | Boolean | false |