ansys.dyna.core.pre.dynabase.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:attribute:: stub .. py:attribute:: type :value: 'IGA' .. py:attribute:: shear_factor :value: 1 .. py:attribute:: thickness :value: 1 .. 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 !!