Skip to main content

Mechanical scripting interface

ContactOrientation

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.ContactOrientation

Bases: enum.Enum

Specifies the ContactOrientation.

Overview

Attributes

Name
Circle
Cylinder
ProgramControlled
Sphere

Attribute detail

ContactOrientation.Circle = 1

ContactOrientation.Cylinder = 3

ContactOrientation.ProgramControlled = 0

ContactOrientation.Sphere = 2