Class CycloidalDiscModificationsSpecification
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CycloidalDiscModificationsSpecification
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Cycloidal
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CycloidalDiscModificationsSpecification : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AngularOffsetModification
Measurement: SmallAngle
Declaration
public double AngularOffsetModification { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CoefficientForLogarithmicCrowning
Declaration
public double CoefficientForLogarithmicCrowning { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CrowningRadius
Measurement: ShortLength
Declaration
public double CrowningRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CrowningSpecificationMethod
Declaration
public CrowningSpecificationMethod CrowningSpecificationMethod { get; set; }
Property Value
Type | Description |
---|---|
CrowningSpecificationMethod |
DirectionOfMeasuredModifications
Declaration
public DirectionOfMeasuredModifications DirectionOfMeasuredModifications { get; set; }
Property Value
Type | Description |
---|---|
DirectionOfMeasuredModifications |
DistanceToWhereCrowningStartsFromLobeCentre
Measurement: ShortLength
Declaration
public Overridable<double> DistanceToWhereCrowningStartsFromLobeCentre { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
GeneratingWheelCentreCircleDiameterModification
Measurement: VeryShortLength
Declaration
public double GeneratingWheelCentreCircleDiameterModification { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GeneratingWheelDiameterModification
Measurement: VeryShortLength
Declaration
public double GeneratingWheelDiameterModification { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MeasuredProfileModification
Declaration
public Vector2DListAccessor MeasuredProfileModification { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
SpecifyMeasuredProfileModification
Declaration
public bool SpecifyMeasuredProfileModification { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>