*propertyupdateentity
Updates the property assigned to the specified entity.
Syntax
*propertyupdateentity entity_type entity_id property_name
Type
HyperMesh Tcl Modify
Description
This command updates the property assigned to the specified entity.
While this command can be used for all solvers, assigning properties to elements is only valid for solvers in solver group #1. Solvers in solver group #2 ignore element property assignments.
Inputs
- entity_type
- The type of entity to update. Valid values are components and elements.
- entity_id
- The ID of the entity.
- property_name
- The name of the property to assign to the entity.
Examples
To assign the property collector named composite_3_plies to the component ID 100:
*propertyupdateentity comps 100 "composite_3_plies"
To unassign the property collector for element 10:
*propertyupdateentity elems 10 ""
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
11.0