*markprojectnormallytosurface

Project nodes, elems, points, or lines onto the surface along the surface normal.

Syntax

*markprojectnormallytosurface entities markmask surfptr

Type

HyperMesh Tcl Modify Command

Description

Project nodes, elems, points, or lines onto the surface along the surface normal.

Inputs

entities
The type of entity being projected.
markmask
The mark which contains the entities to project.
surfptr
The ID of the surface to which the entities will be projected

Example

To project nodes 22, 23, 24, and 25 to the surface along the normal to the surface 14:

*createmark(nodes,1) 22 23 24 25
*markprojectnormallytosurface(nodes,1,14)

Errors

None.