::hwat::utils::CreateCollector - Create an HM collector.
::hwat::utils::CreateCollector entityType name [cardimage] [template] [material] [color]. ]
entityType |
The type of collector being created. This value should be set to component, property, material, loadcols, or systcols. |
name |
The collector name. |
cardimage |
The cardimage for the collector (default = {}). |
template |
The path name of the template which contains the cardimage. (default = {}) |
material |
The name of the material collector to which the new collector should point (only for component and property collectors). (default = {}) |
color |
The color for component, load or system collector. (default = 1). |
The ID of the collector if successful, {} if unsuccessful.
::hwat::utils::CreateCollector “components” “comp1” “PCOMP” “/templates/feoutput/nastran/general” “mat1” “9”
The newly created collector is set as the "current" collector.
::hwat::utils::CollectorExists