HyperWorks Tools

::hwat::core::GetImportModelType

::hwat::core::GetImportModelType

Previous topic Next topic No expanding text in this topic  

::hwat::core::GetImportModelType

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

NAME

::hwat::core::GetImportModelType - Checks a model file extension and returns a corresponding reader name: Dyna, Madymo, HM or Radioss.

 

SYNTAX

::hwat::core::GetImportModelType  str_filetype

 

ARGUMENTS

str_filetype

File extensions of the model file (optional).

 

RETURNS

Reader name: Dyna, HM, Radioss or Madymo if successful , "{}" if unsuccessful

 

EXAMPLE

::hwat::core::GetImportModelType d00

 

COMMENTS

Called in ::hwat::utils::ImportModel.

 

See also

::hwat::io::ImportModel

Core Functions