*aic_addparts
Adds parts to the specified label.
Syntax
*aic_addparts classifier label mark_id
Type
HyperMesh Tcl Modify Command
Description
Adds parts to the specified label.
Inputs
- classifier
- The name of the classifier.
- label
- The label to which the selected parts need to be added.
- mark_id
- The ID of the mark containing the part entities to be added. Valid values are 1 and 2.
Examples
To add parts ID 104, 152, and 1858 to DoorAssembly label in the ShapeAICar
        classifier:
    *createmark parts 1 104 152 1858
*aic_addparts ShapeAICar DoorAssembly 1
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