*CE_DetailDelete

Delete connector details (stored in connector metadata) from connectors specified by ID.

Syntax

*CE_DetailDelete ce_id detailType detailName unknownFlag

Type

HyperMesh Tcl Modify Command

Description

Delete connector details (stored in connector metadata) from connectors specified by ID.

Inputs

ce_id
ID of the connector to delete details from.
detailType
Detail type to delete:
int
uint
double
string
triple
detailName
The name of the detail to delete.
unknownFlag
For future use (must be 0).

Examples

To delete user-defined integer details named "test" for connector 2:
*CE_DetailDelete 2 int "test" 0