Class RollingRing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRing
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollingRing : CouplingHalf, IEquatable<APIBase>
Properties
AverageDiameter
Measurement: ShortLength
Declaration
public virtual Overridable<double> AverageDiameter { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
IsInternal
Declaration
public bool IsInternal { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LargestEnd
Declaration
public Hand LargestEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| Hand |
Implements
System.IEquatable<T>