Class ConicalGearMeshMisalignmentsWithRespectToCrossPointCalculator
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearMeshMisalignmentsWithRespectToCrossPointCalculator
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalGearMeshMisalignmentsWithRespectToCrossPointCalculator : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
MisalignmentsPinion
Declaration
public ConicalMeshMisalignments MisalignmentsPinion { get; }
Property Value
Type | Description |
---|---|
ConicalMeshMisalignments |
MisalignmentsTotal
Declaration
public ConicalMeshMisalignments MisalignmentsTotal { get; }
Property Value
Type | Description |
---|---|
ConicalMeshMisalignments |
MisalignmentsWheel
Declaration
public ConicalMeshMisalignments MisalignmentsWheel { get; }
Property Value
Type | Description |
---|---|
ConicalMeshMisalignments |
Implements
System.IEquatable<T>