*morphhypermorphnormal
Create shapes in the normal direction for handles on mark.
Syntax
*morphhypermorphnormal entity_type1 mark_id_hand entity_type2 mark_id_elem sym con mag
Type
HyperMesh Tcl Modify Command
Description
Create shapes in the normal direction for handles on mark.
Inputs
- entity_type1
- Valid value is handles.
- mark_id_hand
- The ID of the mark containing the handles. Valid values are 1 and 2.
- entity_type2
- Valid value is elements.
- mark_id_elem
- The ID of the mark containing the elements. Valid values are 1 and 2.
- sym
- 0 - Do not use symmetry
- con
- 0 - Do not use constraints
- mag
- Magnitude of perturbation
Example
*morphhypermorphnormal handles 1 elems 1 1 1 5.0
A shape is created for each handle on the mark in the direction of the normal for the handle node at the given magnitude. If symmetry is used, all handles linked to marked handles by symmetry will also be perturbed. If constraints are used, they will be applied to the perturbations.
Errors
None.