CompositeCriterionTerm#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.CompositeCriterionTerm#

Bases: object

CompositeCriterionTerm class.

Overview#

Coefficient

Returns coefficient of PrimaryCriterion in the CompositeCriterionTerm.

PrimaryCriterion

Returns PrimaryCriterion Object associated with the CompositeCriterionTerm.

Property detail#

property CompositeCriterionTerm.Coefficient: float | None#

Returns coefficient of PrimaryCriterion in the CompositeCriterionTerm.

property CompositeCriterionTerm.PrimaryCriterion: Ansys.ACT.Automation.Mechanical.PrimaryCriterion | None#

Returns PrimaryCriterion Object associated with the CompositeCriterionTerm. Returns None if no PrimaryCriterion Object is assigned to CompositeCriterionTerm.