:class:`MatRigid` ================= .. py:class:: ansys.dyna.core.pre.dynamaterial.MatRigid(mass_density=0, young_modulus=0, poisson_ratio=0.3, center_of_mass_constraint=0, translational_constraint=0, rotational_constraint=0) Bases: :py:obj:`MatAdditional` Defines a rigid material. Parts made from a rigid material are considered to belong to a rigid body. .. !! processed by numpydoc !! .. py:currentmodule:: MatRigid Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~create` - Create rigid material. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ro` - * - :py:attr:`~e` - * - :py:attr:`~pr` - * - :py:attr:`~cmo` - * - :py:attr:`~con1` - * - :py:attr:`~con2` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynamaterial import MatRigid Attribute detail ---------------- .. py:attribute:: ro :value: 0 .. py:attribute:: e :value: 0 .. py:attribute:: pr :value: 0.3 .. py:attribute:: cmo :value: 0 .. py:attribute:: con1 :value: 0 .. py:attribute:: con2 :value: 0 Method detail ------------- .. py:method:: create(stub) Create rigid material. .. !! processed by numpydoc !!