*morphhandleupdatesingle
Updates position and dependencies for specified handle.
Syntax
*morphhandleupdatesingle handleptr dhandletype dmarkhandle xx yy zz sys
Type
HyperMesh Tcl Modify Command
Description
Updates position and dependencies for specified handle.
Inputs
- handleptr
- ID of handle.
- dhandletype
- Handles
- dmarkhandle
- Dependent handle mark number.
- xx
- X coordinate of handle to be created.
- yy
- Y coordinate of handle to be created.
- zz
- Z coordinate of handle to be created.
- sys
- System to create handle in.
Example
*morphhandleupdatesingle (21,HANDLES,1,1.0,2.0,3.0,3)
Specified handle dependencies are updated to the handles on the mark. Specified handle coordinates are updated to the x, y, and z values for the given system.
Errors
None.