
#################
isPointInBoxOnlyZ
#################

.. js:function:: Floorplan.isPointInBoxOnlyZ

   .. rst-class:: sig-pretty-signature
   
      | isPointInBoxOnlyZ(**point**\ : :js:class:`~Point3`\ , **box**\ : :js:class:`~Box`\ ): *boolean*
   
   TODO: Put this somewhere? Determine if the point lies within the z-bounds of the box
   
   **Parameters**
   
      **point**\ : :js:class:`~Point3`
   
      **box**\ : :js:class:`~Box`
   
   
   **Returns**\ : *boolean*
   




