*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.
1 - The target point is the pilot point.
2 - The target is the midpoint between the offset point and the pilot point, and it is combined with any other targets existing at the same vertex. The combined target displays in the new target component.
3 - The target is the pilot point, and it is combined with any other targets existing at the same vertex. The combined target displays in the new target component.
-1 - The command ignores the pilot point and combines the targets that existed at the vertex.

Example

Users cannot manually employ this command, because HyperMesh must internally generate the index values (they cannot simply be typed in).

Errors

None.