CompositeCriterionTerm#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.CompositeCriterionTerm(critTerm: Ansys.Common.Interop.DSObjectsAuto.IDSCompositeCriterionTerm)#

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

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.

Method detail#

CompositeCriterionTerm.Equals(obj: Any) bool#

Equals method.

CompositeCriterionTerm.GetHashCode() int#

GetHashCode method.

CompositeCriterionTerm.GetType() type#

GetType method.

CompositeCriterionTerm.ToString() str#

ToString method.