PK_EDGE_delete_wireframe   

PK_ERROR_code_t     PK_EDGE_delete_wireframe
(
--- received arguments ---
int                 n_edges,           --- number of edges
const PK_EDGE_t     edges[]            --- wireframe edges to delete
)


This function deletes the given wireframe edges.


The edges should be wireframe and must all be from the same body
(which will be either general or wire).  The edges are deleted from
this body along with any vertices which cease to have adjacent edges.
If the body is a wire body and all the edges in the body are deleted,
then the body type will become minimum.

Specifying edges which are not wireframe will have no effect on those edges.