:class:`IGAPart` ================ .. py:class:: ansys.dyna.core.pre.dynabase.IGAPart(pid) Bases: :py:obj:`Part` Defines an isogeometric shell part. The part definition consists of the combined material information, section properties, hourglass type, thermal properties, and a flag for part adaptivity. .. !! processed by numpydoc !! .. py:currentmodule:: IGAPart Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~set_shear_factor` - Set the shear correction factor, which scales the transverse shear stress. * - :py:attr:`~set_thickness` - Set the shell thickness. * - :py:attr:`~set_property` - Set properties for the IGA part. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~stub` - * - :py:attr:`~type` - * - :py:attr:`~shear_factor` - * - :py:attr:`~thickness` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynabase import IGAPart Attribute detail ---------------- .. py:attribute:: stub .. py:attribute:: type :value: 'IGA' .. py:attribute:: shear_factor :value: 1 .. py:attribute:: thickness :value: 1 Method detail ------------- .. py:method:: set_shear_factor(factor) Set the shear correction factor, which scales the transverse shear stress. .. !! processed by numpydoc !! .. py:method:: set_thickness(thickness) Set the shell thickness. .. !! processed by numpydoc !! .. py:method:: set_property() Set properties for the IGA part. .. !! processed by numpydoc !!