*midsurface_accept_edge_target_by_number
Similar to *midsurface_accept_edge_target(), this assigns targets for the surface edge. However, this command specifies the edge by its line number.
Syntax
*midsurface_accept_edge_target_by_number face e1_edge_number e2_line,is_opposite
Type
HyperMesh Tcl Modify
Description
Similar to *midsurface_accept_edge_target(), this assigns targets for the surface edge. However, this command specifies the edge by its line number. Once assigned, targets can be used to offset a midsurface.
Inputs
- face
- The index of the surface to offset.
- e1_edge_number
- The index of a line, which must be an edge of the surface to offset.
- e2_line
- The index of a pilot line.
- is_opposite
- 0 - The target is the e2_line.
Example
You cannot manually employ this command, because HyperMesh must internally generate the index values (they cannot simply be typed in).
Errors
None.