*morphhypermorph

Create shapes with xyz perturbations for handles on mark.

Syntax

*morphhypermorph typehand markhand xi yi zi xx yy zz sys sym con

Type

HyperMesh Tcl Modify Command

Description

Create shapes with xyz perturbations for handles on mark.

Inputs

typehand
Handles
markhand
Handle mark number
xi
0 - Do not create x perturbation
1 - Create x perturbation
yi
0 - Do not create y perturbation
1 - Create y perturbation
zi
0 - Do not create z perturbation
1 - Create z perturbation
xx
x perturbation magnitude
yy
y perturbation magnitude
zz
z perturbation magnitude
sys
System to create perturbations in (default = global)
sym
0 - Do not use symmetry
1 - Use symmetry
con
0 - Do not use constraints
1 - Use constraints

Example

*morphhypermorph (HANDLES,1,0,0,1,1.0,1.0,5.0,3,1,1)

A shape is created for each handle on the mark for each specified direction at the given magnitudes for the specified system. 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.