Skip to main content

Mechanical scripting interface

JointRotationDOFType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.JointRotationDOFType

Bases: enum.Enum

Specifies the JointRotationDOFType.

Overview

Attributes

Name
FixAll
FreeAll
FreeX
FreeY
FreeZ

Attribute detail

JointRotationDOFType.FixAll = 0

JointRotationDOFType.FreeAll = 4

JointRotationDOFType.FreeX = 1

JointRotationDOFType.FreeY = 2

JointRotationDOFType.FreeZ = 3