entity delete
Allows you to delete the entity in the model database.
The entities in the model database like parts, joints, forces, markers, etc. can be deleted by using this command applying a type filter as needsed
Format:
entity delete |
|---|
entity_name = | an existing entity |
type_filter = | ent |
Example:
entity delete & |
|---|
entity_name = | pendulum & |
type_filter = | part |
Description:
Parameter | Value Type | Description |
|---|
entity_name | An Existing Entity | Specifies the name of an existing entity |
type_filter | Ent | Specifies the types of objects allowed |
Extended Definition:
1. The ‘entity_name’ specifies any existing database entity. You may identify a database entity by typing its name or by picking it from the screen. If the database entity is not visible on the screen, you must type the name. You may also find it convenient to type the name even if the database entity is displayed. If you created the database entity by reading an Adams data set or graphics file, the database entity name is the first three letters of the Adams object, followed by the ADAMS data set database entity ID number. For example, the name of Adams PART/101 is PAR101. If you created the database entity during preprocessing, you will have given it a name at that time. If the database entity is available by default, you may identify it by entering only its name. If it is not, you must enter its full name. For example, to identify a part under an analysis, you may need to enter the analysis name as well. You may specify the part named par101 from the analysis named test by entering "/test/par101". If you type a "?", Adams View will list the database entities available by default. You must separate multiple database entity names by commas. If the database entity is visible in one of your views, you may identify it by picking on any of the graphics associated with it. You need not separate multiple database entity picks by commas.
2. The ‘type_filter’ specify the type of objects allowed. When specifying the objects for this operation a wild cards can be used, which may result in too many objects being found. For example, if all the parts for model MOD1 are desired, specifying .MOD1.* will get not only the parts, but all children of the model, like joints, forces and so on. Using the parameter TYPE_FILTER=part will result in only the parts being processed by this command.