PK_FACE_euler_make_loop   

PK_ERROR_code_t  PK_FACE_euler_make_loop
(
--- received arguments ---
PK_FACE_t        face,      --- Face to contain new loop

--- returned arguments ---
PK_LOOP_t *const new_loop   --- New loop created
)


This function adds an isolated vertex and loop to a face.


The new vertex will not have any geometry attached and the resulting body will
be invalid.

The inverse of this function is PK_LOOP_euler_delete_isolated.

See here for an illustration.