Class AbstractTCA
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractTCA
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractTCA : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ConicalMeshMisalignments
Declaration
public ConicalMeshMisalignments ConicalMeshMisalignments { get; }
Property Value
Type | Description |
---|---|
ConicalMeshMisalignments |
MeanTransmissionErrorWithRespectToWheel
Measurement: VerySmallAngle
Declaration
public double MeanTransmissionErrorWithRespectToWheel { get; }
Property Value
Type | Description |
---|---|
System.Double |
PeakToPeakTransmissionErrorWithRespectToWheel
Measurement: VerySmallAngle
Declaration
public double PeakToPeakTransmissionErrorWithRespectToWheel { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>