| | Provides methods to
- identify possible contigous boundaries (for control
afterwards)
- assemble contigous shapes into one shape.
Only manifold shapes will be found. Sewing will not
be done in case of multiple edges.
For sewing, use this function as following:
- create an empty object
- default tolerance 1.E-06
- with face analysis on
- with sewing operation on
- set the cutting option as you need (default True)
- define a tolerance
- add shapes to be sewed -> Add
- compute -> Perfom
- output the resulted shapes
- output free edges if necessary
- output multiple edges if necessary
- output the problems if any
More...
|