:class:`Parts` ============== .. py:class:: ansys.dyna.core.pre.dynabase.Parts Stores the part list. .. !! processed by numpydoc !! .. py:currentmodule:: Parts Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~add` - Add a part to the part list. * - :py:attr:`~get_num_shellpart` - Get the number of shell parts. * - :py:attr:`~set_property` - Set properties for added parts. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~beamlist` - * - :py:attr:`~shelllist` - * - :py:attr:`~solidlist` - * - :py:attr:`~igalist` - * - :py:attr:`~icfdlist` - * - :py:attr:`~icfdvolumelist` - * - :py:attr:`~discretelist` - * - :py:attr:`~isphstructlist` - * - :py:attr:`~isphfluidlist` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynabase import Parts Attribute detail ---------------- .. py:attribute:: beamlist :value: [] .. py:attribute:: shelllist :value: [] .. py:attribute:: solidlist :value: [] .. py:attribute:: igalist :value: [] .. py:attribute:: icfdlist :value: [] .. py:attribute:: icfdvolumelist :value: [] .. py:attribute:: discretelist :value: [] .. py:attribute:: isphstructlist :value: [] .. py:attribute:: isphfluidlist :value: [] Method detail ------------- .. py:method:: add(part) Add a part to the part list. .. !! processed by numpydoc !! .. py:method:: get_num_shellpart() Get the number of shell parts. .. !! processed by numpydoc !! .. py:method:: set_property() Set properties for added parts. .. !! processed by numpydoc !!