SchemeDT:Stch-options

From DocR23

Jump to: navigation, search
Showproduct.png



Contents

Action

stch-options is a Scheme data type that holds options for the entity:stitch Scheme extensions in the Stitching component. A stch-options allows the user to do the following:

Derivation

stch-options : scheme-object

C++

tolerant_stitch_options

External Rep

#[Stch_Options "tolerant_max_stitch_tol" %f "Identify_Coincident_Faces" %d "Number of coincident_faces_clusters" %d "Allow_Void_Shells" %d "process_nonmanifold_edges" %d "Number of nonmanifold_edge_clusters" %d]

The default values of the parameters are:

  • tolerant_max_stitch_tol = To be computed internally
  • Identify_Coincident_Faces = 0
  • Number of coincident_faces_clusters = 0
  • Allow_Void_Shells = 1
  • process_nonmanifold_edges = 0
  • Number of nonmanifold_edge_clusters = 0
Personal tools