Class InformationForContactAtPointAlongFaceWidth
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
InformationForContactAtPointAlongFaceWidth
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class InformationForContactAtPointAlongFaceWidth : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FaceWidth
Measurement: ShortLength
Declaration
public double FaceWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
ForcePerUnitLength
Measurement: ForcePerUnitLength
Declaration
public double ForcePerUnitLength { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumContactStress
Measurement: Stress
Declaration
public double MaximumContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
StiffnessPerUnitLength
Measurement: StiffnessPerUnitFaceWidth
Declaration
public double StiffnessPerUnitLength { get; }
Property Value
Type | Description |
---|---|
System.Double |
SurfacePenetration
Measurement: VeryShortLength
Declaration
public double SurfacePenetration { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>