*aic_createnew

Creates a new classifier or label for classification process.

Syntax

*aic_createnew option value

Type

HyperMesh Tcl Modify Command

Description

Creates a new classifier or label for classification process.

Inputs

option
Valid values are:
Classifier - New folder is created in project directory. All files related to the classifier are stored in this folder. A classifier contains user-provided label information to train machine learning models.
Label - New label creation is initialized and it is finalized upon successful addition of parts to the new label.
value
Name of the new classifier or the new label.

Examples

To create ShapeAICar folder in project directory:
*aic_createnew Classifier ShapeAICar
To create a new label:
*aic_createnew Label DoorAssembly

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2025