Skip to main content

Mechanical scripting interface

CompositeCriterionTerm

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.CompositeCriterionTerm

Bases: object

CompositeCriterionTerm class.

Overview

Properties

Name Description
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.