Class RollerBearingConicalProfile
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollerBearingConicalProfile
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.RollerBearingProfiles
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollerBearingConicalProfile : RollerBearingProfile, IEquatable<APIBase>
Properties
ConeAngle
Measurement: SmallAngle
Declaration
public double ConeAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeviationAtEndOfComponent
Measurement: VeryShortLength
Declaration
public double DeviationAtEndOfComponent { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeviationOffset
Measurement: VeryShortLength
Declaration
public double DeviationOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>