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

.. js:function:: wv.Floorplan.isPointInBoxOnlyZ

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




