Class SurfaceToSurfaceContact
Inheritance
System.Object
SurfaceToSurfaceContact
Assembly: SMT.MastaAPI.14.1.1.dll
public class SurfaceToSurfaceContact : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public double NormalDeflection { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NormalForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NormalStiffness { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double SurfacePenetration { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods