File3dmMeshModifiers
====================

.. py:module:: rhino3dm

.. py:class:: File3dmMeshModifiers

   .. py:attribute:: Displacement

      File3dmDisplacement: Returns an object that provides access to displacement information.
      If no displacement information is present, the method returns null.

   .. py:attribute:: EdgeSoftening

      File3dmEdgeSoftening: Returns an object that provides access to edge softening information.
      If no edge softening information is present, the method returns null.

   .. py:attribute:: Thickening

      File3dmThickening: Returns an object that provides access to thickening information.
      If no thickening information is present, the method returns null.

   .. py:attribute:: CurvePiping

      File3dmCurvePiping: Returns an object that provides access to curve piping information.
      If no curve piping information is present, the method returns null.

   .. py:attribute:: ShutLining

      File3dmShutLining: Returns an object that provides access to shut-lining information.
      If no shutlining information is present, the method returns null.

   .. py:method:: CreateDisplacement()

      [todo] add documentation

   .. py:method:: CreateEdgeSoftening()

      [todo] add documentation

   .. py:method:: CreateThickening ()

      [todo] add documentation

   .. py:method:: CreateCurvePiping()

      [todo] add documentation

   .. py:method:: CreateShutLining ()

      [todo] add documentation
