Home

exact_stitch_options Class Reference
[Stitching Models]

Specifies that api_stitch should use exact stitching. More...

#include <stchapi.hxx>

Inheritance diagram for exact_stitch_options:

Inheritance graph
[legend]
Collaboration diagram for exact_stitch_options:

Collaboration graph
[legend]

List of all members.

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.


Detailed Description

Specifies that 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).

See also:
stitch_options