poIContourCtrl SetMultipleLayerList

Sets the Top/Bottom layer.

Syntax

poIContourCtrl_handle SetMultipleLayeList std::string

Application

HyperView Tcl Modify

Description

This command sets the Top and Bottom layer. The Top and Bottom layer are taken in a form of a single string with delimiters. The Delimiters can be “,;|”.

Inputs

std::string
The Top/Bottom layer information is set in the form of a string with delimiters.

Example

hwi OpenStack
hwi GetActiveClientHandle p
p GetModelHandle m [p GetActiveModel]
m GetResultCtrlHandle r
r GetContourCtrlHandle c
c SetIfMultipleLayer true
c SetMultipleLayerList "Z1;Z2"

Error

Returns HW_Success if successful.