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