hm_ce_linkprojectionorderget

Returns ordered projection information from links of spot connectors.

Syntax

hm_ce_linkprojectionorderget mark_or_id option flag

Type

HyperMesh Tcl Query Command

Description

Returns ordered projection information from links of spot connectors.

Inputs

mark_or_id
The mark ID or connector ID to query.
option
0 - Return stored projection information with spot connector(s)
1 - Redo projection for spot connector(s) and return projection information
flag
id - mark_or_id is an ID
mark - mark_or_id is a mark

Examples

To get projection information from spot connector of ID 101:

set proj_infos [hm_ce_linkprojectionorderget 101 1 id]

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2021