poIPostManager SetPoolAliases

Sets the pool aliases for pool reference resolution.

Syntax

poIPostManager_handle SetPoolAliases entity_type list

Application

HyperView Tcl Modify

Description

This command sets the pool aliases for pool reference resolution.

Inputs

entity_type
Possible entity types include: node, element, part, or system.
list
Represents a prioritized list of aliases.

Example

To set the SetPoolAliases command for an element:
{"shell;2d;membrane","solid;thick_shell;3d;brick","beam;line;1d","mass;0d"}
To set the SetPoolAliases command for a node:
{"node;part-1-1;global"} 

Errors

Returns 0 if successful, otherwise an error code.