PK_EDGE_euler_delete_ring_face   


PK_ERROR_code_t PK_EDGE_euler_delete_ring_face
(
--- received arguments ---
PK_EDGE_t       edge,   --- Edge to be deleted
PK_LOGICAL_t    on_left --- Face on the left is to be deleted
)


This function deletes a ring edge and a face.


Specific Errors:
    PK_ERROR_edge_not_manifold    edge is not manifold
    PK_ERROR_bad_edge             edge is not a ring
    PK_ERROR_edge_is_wire         edge is wire


This function deletes a ring edge and a face. The edge must be manifold and
must not be wire.

Any geometry attached to the ring edge and deleted face will also be deleted.

The inverse of this function is PK_FACE_euler_make_ring_face