:class:`MatRigidDiscrete` ========================= .. py:class:: ansys.dyna.core.pre.dynamaterial.MatRigidDiscrete(mass_density=0, young_modulus=0, poisson_ratio=0.3) Defines a rigid material for shells or solids. :Parameters: **mass_density** .. **young_modulus** .. **poisson_ratio** .. .. !! processed by numpydoc !! .. py:currentmodule:: MatRigidDiscrete Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~create` - Create a rigid material. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ro` - * - :py:attr:`~e` - * - :py:attr:`~pr` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynamaterial import MatRigidDiscrete Attribute detail ---------------- .. py:attribute:: ro :value: 0 .. py:attribute:: e :value: 0 .. py:attribute:: pr :value: 0.3 Method detail ------------- .. py:method:: create(stub) Create a rigid material. .. !! processed by numpydoc !!