*markprojecttosurface

Project entities to a surface.

Syntax

*markprojecttosurface entities mark vector surface

Type

HyperMesh Tcl Modify Command

Description

Project entities to a surface.

Inputs

entities
The type of entity contained on the mark.
mark
The ID of the mark.
vector
The direction to project the entities.
surface
The ID of the surface to project to.

Example

To project elements 109 and 131 to surface 1 along the Z-axis:

*createmark(elements,1) 109 131
*createvector(1,0.0000,0.0000,1.0000)
*markprojecttosurface(elements,1,1,1)

*createmark() and *createvector() are required for this command.