.. vale off :class:`MAPDLBodyData` ====================== .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.SolverData.MAPDLBodyData Bases: :py:obj:`object` MAPDLBodyData class. .. !! processed by numpydoc !! .. py:currentmodule:: MAPDLBodyData Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ElementTypeIds` - Gets the Element Type Ids for the body. * - :py:attr:`~MaterialIds` - Gets the Material Ids for the body. * - :py:attr:`~RealConstantId` - Gets the Real Constant Id for the body. Property detail --------------- .. py:property:: ElementTypeIds :no-index: :type: Optional[System.Collections.Generic.IEnumerable[System.Int32]] Gets the Element Type Ids for the body. .. !! processed by numpydoc !! .. py:property:: MaterialIds :no-index: :type: Optional[System.Collections.Generic.IEnumerable[System.Int32]] Gets the Material Ids for the body. .. !! processed by numpydoc !! .. py:property:: RealConstantId :no-index: :type: Optional[System.Int32] Gets the Real Constant Id for the body. .. !! processed by numpydoc !! .. vale on