![]() |
PK_imprint_r_t |
struct PK_imprint_r_s { PK_EDGE_array_t target_edges; --- corresponding edges on target PK_EDGE_array_t tool_edges; --- corresponding edges on tool PK_VERTEX_array_t target_vertices; --- corresponding vertices on target PK_VERTEX_array_t tool_vertices; --- corresponding vertices on tool }; typedef struct PK_imprint_r_s PK_imprint_r_t; This structure contains the results of an imprint operation for bodies or faces.
PK_BODY_imprint_body
PK_BODY_imprint_faces_2
PK_FACE_imprint_faces
PK_FACE_imprint_faces_2
PK_imprint_r_f
The arrays of entities are returned under the control of the option structure passed to the imprint function. The arrays will be set to (NULL, 0) if not requested, or empty (length of zero). The function PK_imprint_r_f may be used to free associated memory. Description of fields: 'target_edges' The array of corresponding target edges. 'tool_edges' The array of corresponding tool edges. 'target_vertices' The array of corresponding target vertices. 'tool_vertices' The array of corresponding tool vertices.