Model.show_new_edge_target_by_number#
- Model.show_new_edge_target_by_number(face, e1_edge_number, e2_line, is_opposite)#
Displays the target for a selected surface edge number in the new target component.
- Parameters:
face (Entity) – Entity describing the surface to be offset.
e1_edge_number (int) – Number of the surface edge to be offset.
e2_line (Entity) – Index of a pilot line.
is_opposite (int) –
0 - Uses
e2_lineas the target.1 - Uses a midline between the
e1_edge_numberline ande2_lineas the target.
Note
Users cannot manually employ this function, because HyperMesh must internally generate the index values (they cannot simply be typed in).