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