Model.hf_AddSectionHandle#
- Model.hf_AddSectionHandle(line_entity, x_coord, y_coord, z_coord, dx_coord, dy_coord, dz_coord)#
- Adds a handle on a section. The position of the handle is given by
(x_coord, y_coord, z_coord) and
- by the screen normal (dx_coord, dy_coord,
dz_coord).
- Parameters:
line_entity (Entity) – The object describing the entity.
x_coord (double) – x-coordinate of the new handle.
y_coord (double) – y-coordinate of the new handle.
z_coord (double) – z-coordinate of the new handle.
dx_coord (double) – x-coordinate of the screen normal.
dy_coord (double) – y-coordinate of the screen normal.
dz_coord (double) – z-coordinate of the screen normal.