Class RollerBearingUserSpecifiedProfile
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollerBearingUserSpecifiedProfile
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.RollerBearingProfiles
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollerBearingUserSpecifiedProfile : RollerBearingProfile, IEquatable<APIBase>
Properties
DataToUse
Declaration
public ProfileDataToUse DataToUse { get; set; }
Property Value
Type | Description |
---|---|
ProfileDataToUse |
NumberOfPoints
Declaration
public int NumberOfPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Points
Declaration
public ReadOnlyCollection<UserSpecifiedProfilePoint> Points { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<UserSpecifiedProfilePoint> |
ProfileToFit
Declaration
public ProfileToFit ProfileToFit { get; set; }
Property Value
Type | Description |
---|---|
ProfileToFit |
Methods
SetToFullRange()
Declaration
public void SetToFullRange()
Implements
System.IEquatable<T>