api_imprint_stitch_complete
List of: Functions
Subjects: Booleans, Stitching
Contents: Boolean

Action: Imprints bodies and then stitches them along the face-face intersection curves.

Prototype: outcome api_imprint_stitch_complete (


BODY* b1, // first body


BODY* b2, // second body


AcisOptions* ao = NULL // ACIS options such as




// version and journal


);

Includes: #include "kernel/acis.hxx"

#include "boolean/kernapi/api/boolapi.hxx"

#include "kernel/kernapi/api/api.hxx"

#include "kernel/kerndata/top/body.hxx"

#include "kernel/kernapi/api/acis_options.hxx"

Description: This routine imprints the bodies and then stitches them along the face/face intersection curves (imprint edges). It gives the same result as imprinting the two bodies and then stitching them but is faster because the imprint edges are saved and used directly, instead of detecting compatible edges anew in stitch.


Face normals and coedge senses need not be compatible for attempted stitching of open solid-bounding shells along edges.


Unlike api_stitch, bodies that do not intersect or touch are grouped into one body anyway.

Errors: Body 1 and body 2 are the same.

Library: boolean

Filename: bool/boolean/kernapi/api/boolapi.hxx

Effect: Changes model
PDF/BOOL/03FN.PDF
HTM/DATA/BOOL/BOOL/03FN/0022.HTM