*CE_DetailSetTriple
Sets a triple connector detail for a single connector.
Syntax
*CE_DetailSetTriple connector_id detail_name triple_value1 triple_value2 triple_value3 reserved force_storage
Type
HyperMesh Tcl Modify Command
Description
Sets a triple connector detail for a single connector.
Inputs
- connector_id
- The ID of connector to update.
- detail_name
- The name of the standard triple detail, or user-defined triple detail, to update.
Standard triple details include:
- ce_dircords
- The coordinates of the direction node.
- ce_ijk
- The vector definition used for realization.
- triple_value1
- The first triple value to update for the detail.
- triple_value2
- The second triple value to update for the detail.
- triple_value3
- The third triple value to update for the detail.
- reserved
- Reserved for future use. Must be set to 0.
- force_storage
- 0 - Do not store user-defined detail.
Examples
*CE_DetailSetTriple 1 ce_ijk 0.0 1.0 0.0 0 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}