HyperWorks Tools

::hwat::utils::DeleteEntity

::hwat::utils::DeleteEntity

Previous topic Next topic No expanding text in this topic  

::hwat::utils::DeleteEntity

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::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

1 if successful, "" otherwise.

 

EXAMPLE

::hwat::utils::DeleteEntity "components" "comp1"

 

Comments

Can also be used to delete an HM collector.

 

See also

::hwat::utils::CreateCollector

::hwat::utils::CreateContact

::hwat::utils::CreateElement

Utils Functions