*CE_ProjectionCheck
Check quality of projections with connectors.
Syntax
*CE_ProjectionCheck ce_inmark ce_outmark length_flag length tolerance sel_type future1 future2 future3
Type
HyperMesh Tcl Modify Command
Description
Check quality of projections with connectors.
Inputs
- ce_inmark
 - Mark including connectors to be checked.
 - ce_outmark
 - Mark including failed connectors.
 - length_flag
 - 0 - Use T1+T2/2 as checking length.
 - length
 - The value of checking length, only be used when length_flag =1.
 - length_tol
 - The allowable variation in projection length compared to the value for length.
 - checking_type
 - 0 - Check too long.
 - future1
 - Not presently used.
 - future2
 - Not presently used.
 - future3
 - Not presently used.
 
Examples
*createmark connectors 1 all
*CE_ProjectionCheck 1 2 1 10.0 0.2 0 0 0 0
hm_getmark connectors 2Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
9.0