*CE_SetSpecificDetail
Sets a specific detail for all the connectors on the mark.
Syntax
*CE_SetSpecificDetail ce_mark detail_type int_val dbl_val
Type
HyperMesh Tcl Modify
Description
Sets a specific detail for all the connectors on the mark.
Inputs
- ce_mark
- Mark of connectors.
- 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
*createmark connectors 1 "displayed"
*CE_SetSpecificDetail 1 1 3 0.0
*createmark connectors 1 10 11
*CE_SetSpecificDetail 1 101 0 5.0