HyperWorks Tools

::hwat::utils::CreateOutputblock

::hwat::utils::CreateOutputblock

Previous topic Next topic No expanding text in this topic  

::hwat::utils::CreateOutputblock

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

NAME

::hwat::utils::CreateOutputBlock - Creates an outputblock.

 

SYNTAX

::hwat::utils::CreateOutputblock str_baseName n_entityList str_template {str_entityType node}

 

ARGUMENTS

str_baseName

Name to use for the outputblock, should be unique.

n_entityList

List of entities to put into the outputblock.

str_template

Solver template (needed for the CreateCollector command).

str_entityType

[OPTIONAL] Type of entity that the outputblock will hold (default = node).

 

RETURNS

outputblock ID, {} otherwise.

 

EXAMPLE

::hwat::utils::CreateOutputblock ralph [list 1 3 5 7 9] c:/altair/hw6.1x5/templates/feoutput/ls-dyna/dyna.key

 

 

See also

Utils Functions