The unify filter joins one or several input slice stacks into a single slice stack according to the positive fill rule (as specified in the 3MF specification). The output consists of closed contours which are not self-intersecting. Any hatching in the input data is ignored.
If only one input slice stack is given, this operation effectively removes all self-intersection from the stack.
Parameter | Default Value | Description |
---|---|---|
offsetx | 0.0 | X translation of an input slice stack in mm |
offsety | 0.0 | Y translation of an input slice stack in mm |
offsetz | 0.0 | Z translation of an input slice stack in mm |
XML Configuration example code:
<unify name="two_spheres"> <item entry="sphere1" offsetx="5" offsety="6" /> <item entry="sphere2" /> </unify>