
##############
isPlaneElement
##############

.. js:function:: wv.Util.isPlaneElement

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




