SetHiddenSet

Sets the set to be used for hiding entities.

Syntax

bestview_handle SetHiddenSet loc_string

Application

HyperView Tcl Modify

Description

This command sets the set to be used for hiding entities. Any entities in the specified set will be hidden in the view. This will make sure that the given set of entities is not shown for the current best view.
Important: This setting is applicable to only following best view modes: global, globallocation, and contour.

Other modes of best view will ignore the hidden set settings.

Inputs

loc_string
A string to locate the set, typically a pool/ID combination (example: {User_Set 1}).

Example

To set the set to be used for hiding entities in the best view:
bestview_handle SetHiddenSet {User_Set 5}

Errors

Returns success (0) or an error code.