api_stitch should use exact stitching.
More...
#include <stchapi.hxx>


Public Member Functions | |
| exact_stitch_options () | |
| C++ constructor. | |
| logical | get_split_option () const |
This method returns the current stitch option as logical; either TRUE or FALSE. | |
| void | set_split_option (logical val) |
This method accepts either TRUE or FALSE to set the split option. | |
api_stitch should use exact stitching.
Role: An exact_stitch_options object is passed as an argument to api_stitch to specify stitching of faces with edges strictly within the ACIS tolerance SPAresabs.
Conversely, object of type tolerant_stitch_options specifies stitching of faces with edges that are not close enough to be within the ACIS tolerance SPAresabs but are "reasonably" close.
The value of the get_split_option() method controls whether or not the stitch operation inserts vertices (splitting existing edges) in order to create edges that are coincident along their entire length (and therefore can be stitched).