Class AllRingPinsManufacturingError
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class AllRingPinsManufacturingError : APIBase, IEquatable<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>