hm_ce_organize

Organizes displayed connectors into components by their definition.

Syntax

hm_ce_organize ce_mark function sub-function compinfo id_or_name

Type

HyperMesh Tcl Query Command

Description

Organizes displayed connectors into components by their definition.

Inputs

ce_mark
Mark of connectors.
function
Main filter category - unrealized, realized, or failed.
sub-function
Sub filter category - <2t, 2t, 3t or >3t.
compinfo
Component name or ID.
id_or_name
Flag for component name or ID (1 = name and 0 = ID).

Example

To organize all unrealized connectors defined with 2t thickness to a specific component:

*createmark connectors 1 "displayed"
hm_ce_organize 1 "unrealized" "2t" "ce_unrealized_2t_comp" 1

This works only for those connectors that are currently displayed.

Errors

None.