*morphhandlecreatenodes

Creates handles at nodes on mark on domain.

Syntax

*morphhandlecreatenodes nodetype marknode dhandletype dmarkhandle domainpointer domainptr name

Type

HyperMesh Tcl Modify Command

Description

Creates handles at nodes on mark on domain.

Inputs

nodetype
Nodes
marknode
Node mark number.
dhandletype
Handles
dmarkhandle
Dependent handle mark number.
domainptr
ID of domain.
name
Name of handle(s) to be created.

Example

*morphhandlecreatenodes (NODES,1,HANDLES,1,1,"bob")

Handles are created on the specified domain at the nodes on the mark with dependencies on the handles on the mark. The handle mark may be empty.

The name does not need to be unique since this command will create a unique name for each new handle by adding numbers after the name.

Errors

None.