Skip to main content

Mechanical scripting interface

ContactDetectionPoint

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.ContactDetectionPoint

Bases: enum.Enum

Specifies the ContactDetectionPoint.

Overview

Attributes

Name
Combined
NodalDualShapeFunctionProjection
NodalNormalFromContact
NodalNormalToTarget
NodalProjectedNormalFromContact
OnGaussPoint
ProgramControlled

Attribute detail

ContactDetectionPoint.Combined = 6

ContactDetectionPoint.NodalDualShapeFunctionProjection = 5

ContactDetectionPoint.NodalNormalFromContact = 2

ContactDetectionPoint.NodalNormalToTarget = 3

ContactDetectionPoint.NodalProjectedNormalFromContact = 4

ContactDetectionPoint.OnGaussPoint = 1

ContactDetectionPoint.ProgramControlled = 0