*CE_AddLinkEntitiesWithXYZs
Update connectors as group links with criteria.
Syntax
*CE_AddLinkEntitiesWithXYZs connector_mark_id entity_type entity_mark_id entity_state ce_rules ce_le_rule locator xyz_array xyz_size
Type
HyperMesh Tcl Modify Command
Description
This command updates connectors as group links with criteria.
Inputs
- connector_mark_id
 - The ID of the mark containing the connectors to update. Valid values are 1 and 2..
 - entity_type
 - Type of entity to be added to the connectors as links.
 - entity_mark_id
 - The ID of the mark containing the entities to use as links. Valid values are 1 and 2..
 - entity_state
 - The state of the link entities. Valid values are:
 - ce_rules
 - Flag indicating when to make the links. Valid values are:
 - ce_le_rule
 - Flag indicating how to make the links. Valid values are:
 - locator
 - Flag that indicates how to use the XYZs. Valid values are:
 - xyz_array
 - The ID of the XYZ double array created using *createdoublearray command. This should always be 1.
 - xyz_size
 - The size of the XYZ double array. Must be a multiple of 3.
 
Examples
*createmark connectors 1 1-3
*createmark comps 1 1 2
*createdoublearray 6 1.0 2.5 3.0 2.0 3.0 0.5
*CE_AddLinkEntitiesWithXYZs 1 comps 1 1 0 1 1 1 6Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
10-SA1-120