Skip to main content

Mechanical scripting interface

ResponseConstraintType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.ResponseConstraintType

Bases: enum.Enum

Specifies the ResponseConstraintType.

Overview

Attributes

Name
CenterOfGravityConstraint
ComplianceConstraint
CriterionConstraint
DisplacementConstraint
GlobalVonMisesStressConstraint
LocalVonMisesStressConstraint
MassConstraint
MomentOfInertiaConstraint
NaturalFrequencyConstraint
ReactionForceConstraint
TemperatureConstraint
VolumeConstraint

Attribute detail

ResponseConstraintType.CenterOfGravityConstraint = 10

ResponseConstraintType.ComplianceConstraint = 9

ResponseConstraintType.CriterionConstraint = 11

ResponseConstraintType.DisplacementConstraint = 5

ResponseConstraintType.GlobalVonMisesStressConstraint = 3

ResponseConstraintType.LocalVonMisesStressConstraint = 6

ResponseConstraintType.MassConstraint = 1

ResponseConstraintType.MomentOfInertiaConstraint = 12

ResponseConstraintType.NaturalFrequencyConstraint = 4

ResponseConstraintType.ReactionForceConstraint = 7

ResponseConstraintType.TemperatureConstraint = 8

ResponseConstraintType.VolumeConstraint = 2