Class ExternalForceLineContactEntity
Inheritance
System.Object
ExternalForceLineContactEntity
Assembly: SMT.MastaAPI.14.1.1.dll
public class ExternalForceLineContactEntity : ExternalForceEntity, IEquatable<APIBase>
Properties
Declaration
public double ContactLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public List<double> ForceNormalPerToothA { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
Declaration
public List<double> ForceNormalPerToothB { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
Declaration
public double InterferenceNormalMaximum { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double InterferenceNormalMean { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MisalignmentAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MomentAboutMeshCentre { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NormalForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NumberOfContactLines { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NumberOfLoadedContactLines { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double RelativeDeflectionNormalMean { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double StiffnessNormal { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double StiffnessTilt { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double StrainEnergy { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double VelocityNormalAtMaximumInterference { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double VelocityNormalMean { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods