HyperWorks Solvers

RELOAD_MODEL

RELOAD_MODEL

Previous topic Next topic No expanding text in this topic  

RELOAD_MODEL

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Subroutine Type

Utility/Data Access

Definition

RELOAD_MODEL is used to load a model defined in a MotionSolve XML input file into memory and make it the current model.  This subroutine can only be called from a user-written CONSUB.

Calling Syntax

Fortran

CALL RELOAD_MODEL (xml_file_name, mrf_file_name, h3d_file_name, errflg)

 

C

c_reload_model (xml_file_name, mrf_file_name, h3d_file_name, errflg);

 

Python

errflg = py_reload_model (xml_file_name, mrf_file_name, h3d_file_name)

 

MATLAB

errflg = m_reload_model (xml_file_name, mrf_file_name, h3d_file_name)

Input Arguments

[string] xml_file_name

Specifies the name of the file in which the model that is to be loaded resides.

 

[string] mrf_file_name

Specifies the name of the MotionSolve Results File (.mrf) in which the new model results are to be saved.

 

[string] h3d_file_name

Specifies the name of the H3D output file (.h3d) in which the animation results for the new model are to be saved.

Output Values

errflg

The result of calling RELOAD_MODEL.

false = Success

Comments

Errflag is set to true if the call to RELOAD_MODEL is not successful.

See Also:

Data Access Subroutines