Syntax*createstringarray size stringsTypeHyperMeshTcl ModifyDescriptionCreates an array of strings for use in a subsequent command.InputssizeThe size of the array.
lreplace命令是tcl語言中的一個列表操作命令,它用于替換列表中一個或多個元素。語法: lreplace list first last ?element element ...?參數介紹: list:要操作的列表。 first:第一個要替換的元素的索引,從0開始。 last:最后一個要替換的元素的索引,如果只想替換一個元素,則可將該參數設為同first一樣的值。
Type HyperMeshTcl Query Description Returns a list of names or IDs of all entities of the requested type. Inputs entity_type The type of entity to query.