GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


GiD_Info postprocess get <option>

See also the more modern command Results
The following <option> are available:

all_analysis
Returns a list of all analyses in the project.

all_steps <analysis_name>
Returns the number of steps of "analysis_name".

cur_analysis
Returns the name of the current analysis.

cur_step
Returns the current step.

is_mesh_variable_along_steps
Returns 1 if the postprocess mesh is changing along the time

all_results_views
Returns all available result views.

cur_results_view
Returns the current result view.

cur_results_list <visualization_type>
The available kinds of result visualization are given by the option all_results_views. The command returns a list of all the results that can be represented with that visualization in the current step of the current analysis.

result_unit <result_name>
Returns the unit name, the multiplier factor and the addition factor of the result "result_name".

results_list <visualization_type> <analysis_name> <step_value>
The available kinds of result visualization are given by the option all_results_views. The command returns a list of all the results that can be represented with that visualization in the given step.

cur_result
Returns the current selected result. The kind of result is selected by the user in the View results window.

cur_components_list <result_name>
Returns a list of all the components of the result "result_name".

cur_complex_components_list <result_name>
Returns a list of all the complex components of the result "result_name".

components_list <result_view_type> <result_name> <analysis_name> <step_value>
Returns a list of all the components of the result "result_view_type" "result_name" "analysis_name" "step_value".

cur_component
Returns the current component of the current result.

results_view_list
Returns the current result view, analysis name, step, result name and component name.

  • No labels