*morphmapnormaloffset

Offset elements on mark in normal direction.

Syntax

*morphmapnormaloffset typeelem markelem typefix markfix sym con blend offset umark

Type

HyperMesh Tcl Modify Command

Description

Offset elements on mark in normal direction.

Inputs

typeelem
Elems
markelem
Mark number of elements to map
typefix
Nodes
markfix
Mark number of fixed nodes
sym
0 - Do not use symmetry (only option)
con
0 - Do not use constraints
1 - Use constraints
blend
0 - Do no blend unselected nodes
1 - Blend nodes between mapped and fixed nodes
offset
Distance to offset elements
umark
0 - Use all elements to calculate normals
1 - Use selected elements to calculate normals
2 - Use CFD corners
Adding 10 to any value use only elements on mark for normal calculation. Otherwise, all elements are used.

Example

*morphmapnormaloffset (ELEMS,1,NODES,1,0,1,0,10.0,1)

If blend is on, no fixed nodes have been selected, and no mapped nodes are a part of any domain, this command will automatically assign all non-mapped nodes as fixed nodes.

Errors

None.