
######
isFace
######

.. js:function:: wv.Util.isFace

   .. rst-class:: sig-pretty-signature
   
      | isFace(**prop**\ : *object*\ ): *boolean*
   
   Check whether or not a Subentity is a Face.
   
   **Parameters**
   
   
      **prop**\ : *object*
   
   
         the Subentity to check.
   
   
   
   **Returns**\ : *boolean*
   
   
      true if the prop passed is a Face, false otherwise.
   
   




