*aic_initialize
Initializes the shape AI modules used for classification.
Syntax
*aic_initialize
Type
HyperMesh Tcl Modify Command
Description
Initializes shape AI modules used for classification.
Examples
To initialize the shape AI modules.
*aic_initialize
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