Class SplineHalfRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SplineHalfRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines.Ratings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class SplineHalfRating : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AllowableBendingStress
Measurement: Stress
Declaration
public virtual double AllowableBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
AllowableBurstingStress
Measurement: Stress
Declaration
public virtual double AllowableBurstingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
AllowableCompressiveStress
Measurement: Stress
Declaration
public virtual double AllowableCompressiveStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
AllowableContactStress
Measurement: Stress
Declaration
public virtual double AllowableContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
AllowableShearStress
Measurement: Stress
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>