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)
 - flag
 - id - mark_or_id is an ID
 
Examples
To get projection information from spot connector of ID 101:
set proj_infos [hm_ce_linkprojectionorderget 101 1 id]
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2021