Data Structure: Util_write_geometry |
|
Description |
Write a geometry (.geo) file |
Usage |
Util_write_geometry NUM=ival where ival is the data structure number |
Description |
Overview The Util_write_geometry data structure can be used to output the current geometry, stratigraphy, part geometry and nodal data to a geometry file with any extension of the supported types (see File_type).
|
File_name Name of geometry file |
Usage |
||||
|
||||
Description |
||||
Defines the name of the geometry file that will be written (maximum 64 characters). The file name should be defined without a file extension. If the geometry file name is not defined a default name will be created using the data file name or an "output file name" if set on another data structure.
|
File_type Type of geometry file |
Usage |
||||
|
||||
Description |
||||
Defines the type of geometry file that will be written. The supported geometry file types are: • "geo" - Standard ParaGeo geometry file (.geo) (default) • "geo_ascii" - Standard ParaGeo geometry file in ASCII format (.geo_ascii) • "svg" - Scalable Vector Graphics (SVG) XML-based vector image format for two-dimensional graphics (.svg) - line geometry only • "dxf" - AutoCAD DXF (Drawing Exchange Format) - line geometry only
|
Output_level Defines output to the log file for the conversion process |
Usage |
||||
|
||||
Description |
||||
Defines the level of output to the log file for the writing process. Valid values are: • 0 - No output data to .res file • 1 - Summary data (Default) • 2 - Detailed information
|
Geometry_output_level Defines the output level for geometry data |
Usage |
||||
|
||||
Description |
||||
Defines the level of output for geometry data to the log file. Valid output levels are: • 0 - All data output to the .res file • 1 - Geometry description only (points, lines, surfaces, etc) (default) • 2 - Geometry description and mesh
|
Output_configuration Defines the output configuration for geometry data |
Usage |
||||
|
||||
Description |
||||
Defines the output configuration for geometry data. Valid output levels are: • 0 - Default (the coordinates and displacements will be output in the standard form) • 1 - Update geometry to correspond to current configuration by adding the displacements to the coordinates
|
Processing_type Defines if the output request should be processed immediately or later |
Usage |
||||
|
||||
Description |
||||
Defines if the output request should be processed immediately or later. Valid output levels are: • 0 - Process immediately (Default) • 1 - Process later
|