::hwat::utils::DeleteEntity
Deletes the specified entity or entities from the loaded model.
Syntax
::hwat::utils::DeleteEntity entityType name/id
Arguments
- entityType
- The type of the entity.
- name/id
- List of names/IDs of the entities to be deleted or name/ID of a single entity to be deleted.
Returns
- Success
- 1
- Failure
- ""
Example
::hwat::utils::DeleteEntity "components" "comp1"
Comments
Can also be used to delete a HyperMesh collector.