Class SplineHalfRating
Inheritance
System.Object
SplineHalfRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class SplineHalfRating : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AllowableBendingStress
Declaration
public virtual double AllowableBendingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
AllowableBurstingStress
Declaration
public virtual double AllowableBurstingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
AllowableCompressiveStress
Declaration
public virtual double AllowableCompressiveStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual double AllowableContactStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
AllowableShearStress
Declaration
public virtual double AllowableShearStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods