.. vale off :class:`CompositeCriterionTerm` =============================== .. py:class:: ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.CompositeCriterionTerm Bases: :py:obj:`object` CompositeCriterionTerm class. .. !! processed by numpydoc !! .. py:currentmodule:: CompositeCriterionTerm Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~PrimaryCriterion` - Returns PrimaryCriterion Object associated with the CompositeCriterionTerm. * - :py:attr:`~Coefficient` - Returns coefficient of PrimaryCriterion in the CompositeCriterionTerm. Property detail --------------- .. py:property:: PrimaryCriterion :no-index: :type: Optional[Ansys.ACT.Automation.Mechanical.PrimaryCriterion] Returns PrimaryCriterion Object associated with the CompositeCriterionTerm. Returns None if no PrimaryCriterion Object is assigned to CompositeCriterionTerm. .. !! processed by numpydoc !! .. py:property:: Coefficient :no-index: :type: Optional[System.Double] Returns coefficient of PrimaryCriterion in the CompositeCriterionTerm. .. !! processed by numpydoc !! .. vale on