Class AllRingPinsManufacturingError
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AllRingPinsManufacturingError
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class AllRingPinsManufacturingError : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AllPinsRoundnessChart
Declaration
public SMTBitmap AllPinsRoundnessChart { get; }
Property Value
Type | Description |
---|---|
SMT.MastaAPIUtility.Scripting.SMTBitmap |
AngularPositionErrorForAllPins
Measurement: SmallAngle
Declaration
public double AngularPositionErrorForAllPins { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PinDiameterErrorForAllPins
Measurement: VeryShortLength
Declaration
public double PinDiameterErrorForAllPins { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RadialPositionErrorForAllPins
Measurement: VeryShortLength
Declaration
public double RadialPositionErrorForAllPins { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RingPinManufacturingErrors
Pin 1 is indicated in the 3D view when the ring pins are selected in the Assembly Tree. The other pins are numbered clockwise when the ring pin's local coordinate system z-axis is pointing into the screen.
Declaration
public ReadOnlyCollection<RingPinManufacturingError> RingPinManufacturingErrors { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RingPinManufacturingError> |
RoundnessSpecification
Declaration
public RoundnessSpecification RoundnessSpecification { get; }
Property Value
Type | Description |
---|---|
RoundnessSpecification |
Implements
System.IEquatable<T>