*modent_removecontentsbyids
Removes entities from a modular entity via IDs.
Syntax
*modent_removecontentsbyids modular_entity_type modular_entity_id content_entity_type content_entity_ids
Type
HyperMesh Tcl Modify Command
Description
Removes entities from a modular entity via IDs. Selection by IDs is mainly useful for adding include entities, which cannot be selected by mark.
Inputs
- modular_entity_type
- The type of modular entity to update. Valid values are subsystemconfigurations, subsystems and subsystemsets.
- modular_entity_id
- The ID of the modular entity to update.
- content_entity_type
- The type of entity to remove. If modular_entity_type is subsystem, it is not allowed to remove includefile entity type.
- content_entity_ids
- A quoted list of the entity IDs to remove.
Examples
*modent_removecontentsbyids subsystems 3 includes "2"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020
2022.2 – Removing an includefile entity is not allowed when modular_entity_type is subsystem.