fabex.joinery.mortise
=====================

.. py:module:: fabex.joinery.mortise


Functions
---------

.. autoapisummary::

   fabex.joinery.mortise.mortise


Module Contents
---------------

.. py:function:: mortise(length, thickness, finger_play, cx=0, cy=0, rotation=0)

   Generates a mortise of length, thickness and finger_play tolerance
   cx and cy are the center position and rotation is the angle

   :param length: length of the mortise
   :type length: float
   :param thickness: thickness of material
   :type thickness: float
   :param finger_play: tolerance for good fit
   :type finger_play: float
   :param cx: coordinate for x center of the finger
   :type cx: float
   :param cy: coordinate for y center of the finger
   :type cy: float
   :param rotation: angle of rotation
   :type rotation: float


