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. No new bodies are created by this operation; if the body is broken into more than one piece it will become a disjoint general body. Specifying edges which are not wireframe will have no effect on those edges.