SchemeDT:Stch-options
From DocR23
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:
- Set the maximum stitch tolerance parameter.
- Set the option for coincident faces clustering.
- Set the option for allowing void shells
- Set the option for non-manifold processing.
Derivation
stch-options : scheme-object
C++
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