delete animation

Deletes the model.

Syntax

delete animation model <file>=<value1>

delete animation result <file>=<value>

Arguments

model
Delete the model.
file=<model filename>
Select the file path or enter the name of the model to delete.
id=<model id>
Enter the model's ID.
result
Delete result files.
file=<result filename>
Select the file path or enter the name of the result file to delete.
id=<model ids>
Enter the result files IDs in range syntax.

Examples

Delete the model truck.key:
delete animation model file= "C:/model files/truck.key" id= 1
delete animation model id= 2
Delete result files using the name and range syntax:
delete animation result "d:/test/doe1.h3d"
delete animation result id=2-5