hm_ce_checkprojection
Check if the connectors make projection. Returns the failed connector IDs.
Syntax
hm_ce_checkprojection ce_mark tolerance
Type
HyperMesh Tcl Query Command
Description
Check if the connectors make projection. Returns the failed connector IDs.
Inputs
- ce_mark
- Mark of connectors
- tolerance
- Tolerance value
Example
To check if the entities to connect can be found in the specified tolerance range:
*createmark connectors 1 "displayed"
set tolerance 8.0;
set ce_ids [ hm_ce_checkprojection 1 $tolerance];
The check is performed only for meshed components and surfaces added to connector.
Errors
None.