EA3DContactType

enum EA3DContactType

Contact type enum.

14.0 details

Enumerators

enumerator kA3DContactType_None
kA3DContactType_None = 0

No type specified.

enumerator kA3DContactType_Unknown
kA3DContactType_Unknown

The contact type is not defined by the software and is ambiguous to determine.

enumerator kA3DContactType_Surface
kA3DContactType_Surface

The elements are in contact with a common surface (e.g.

two cubes).

enumerator kA3DContactType_Annular
kA3DContactType_Annular

The contact between two elements can be reduced to a circular shape (e.g.

a sphere in a cone, or in a cylinder with the same radius.

enumerator kA3DContactType_Line
kA3DContactType_Line

The contact between two elements can be reduced to a line (e.g.

a cylinder on a plane).

enumerator kA3DContactType_Point
kA3DContactType_Point

The contact between two elements can be reduced to a point (e.g.

a sphere on a plane).