*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.
1 - Use length 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.
1 - Check too short.
2 - Check both too long and too short.
future1
Not presently used.
future2
Not presently used.
future3
Not presently used.

Examples

Connectors marked will be checked if they are too long with respect to length 10.0, with tolerance 0.2, and failed connectors will be placed on mark 2:
*createmark connectors 1 all
*CE_ProjectionCheck 1 2 1 10.0 0.2 0 0 0 0
hm_getmark connectors 2

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

9.0