HyperWorks Tools

::hwat::utils::GetModelFromIntranet

::hwat::utils::GetModelFromIntranet

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetModelFromIntranet

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

NAME

::hwat::utils::GetModelFromIntranet - Reads the model file from Intranet.

 

SYNTAX

::hwat::utils::GetModelFromIntranet  str_model_name

 

ARGUMENTS

str_model_name

Model file URL.

 

RETURNS

model file if successful , "{}" if unsuccessful

 

EXAMPLE

::hwat::utils::GetModelFromIntranet "http://www:8080/models/model.kw"

 

Comments

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

 

See also

::hwat::io::ImportModel

Utils Functions