*midsurface_accept_point_target
Assigns a target point to a vertex.
Syntax
*midsurface_accept_point_target face offset_x offset_y offset_z target_x target_y target_z istarget
Type
HyperMesh Tcl Modify Command
Description
Assigns a target point to a vertex.
Inputs
- face
- The index of the surface to offset.
- offset_x
- The X value of the point to be offset.
- offset_y
- The Y value of the point to be offset.
- offset_z
- The Z value of the point to be offset.
- target_x
- The X value of the pilot point.
- target_y
- The Y value of the pilot point.
- target_z
- The Z value of the pilot point.
- istarget
- 0 - The target is the midpoint between the offset point and the pilot point.
Example
Users cannot manually employ this command, because HyperMesh must internally generate the index values (they cannot simply be typed in).
Errors
None.