*CE_SetSpecificDetailById
Sets a specific detail for a specific connector ID.
Syntax
*CE_SetSpecificDetailById ce_id detail_type int_val dbl_val
Type
HyperMesh Tcl Modify Command
Description
Sets a specific detail for a specific connector ID.
Inputs
- ce_id
 - A single connector ID.
 - detail_type
 - The number for the connector detail you are editing:
 - int_val
 - Pass necessary integers values through this parameter.
 - dbl_val
 - Pass necessary double values through this parameter.
 
Examples
Note: A connector must be in user control mode in order to edit the state.
      To change the thickness of the connector with ID 8 from 2T to
        3T:
      *CE_SetSpecificDetailById 8 1 3 0.0To change the spacing for the line connector with ID 13 to
        5.0:
    *CE_SetSpecificDetailById 13 101 0 5.0