Class RollerBearingUserSpecifiedProfile
Inheritance
System.Object
RollerBearingUserSpecifiedProfile
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RollerBearingUserSpecifiedProfile : RollerBearingProfile, IEquatable<APIBase>
Properties
DataToUse
Declaration
public ProfileDataToUse DataToUse { get; set; }
Property Value
NumberOfPoints
Declaration
public int NumberOfPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Points
Declaration
public ReadOnlyCollection<UserSpecifiedProfilePoint> Points { get; }
Property Value
ProfileToFit
Declaration
public ProfileToFit ProfileToFit { get; set; }
Property Value
Methods
SetToFullRange()
Declaration
public void SetToFullRange()
Implements
System.IEquatable<T>
Extension Methods