*morphhandlecreatenodesnodom
Creates handles at nodes on mark with no domain given.
Syntax
*morphhandlecreatenodesnodom nodetype marknode dhandletype dmarkhandle name
Type
HyperMesh Tcl Modify Command
Description
Creates handles at nodes on mark with no domain given.
Inputs
- nodetype
- Nodes
- marknode
- Node mark number
- dhandletype
- Handles
- dmarkhandle
- Dependent handle mark number
- name
- Name of handle(s) to be created
Example
*morphhandlecreatenodesnodom (NODES,1,HANDLES,1,"bob")
Handles are created at the nodes on the mark with dependencies on the handles on the mark. The handle mark may be empty.
The domains on which the handles are created are determined automatically based on the node selected. Domains which share a common node are selected in the following order: edges, 2D domains, 3D domains, 1D domains, general domains, and global domains. Handles touching morph volume nodes will not be assigned to any domain.
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.