Class SplineHalfManufacturingError
Inheritance
System.Object
SplineHalfManufacturingError
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SplineHalfManufacturingError : RigidConnectorSettings, IEquatable<APIBase>
Properties
MisalignmentErrorX
Declaration
public Overridable<double> MisalignmentErrorX { get; set; }
Property Value
MisalignmentErrorY
Declaration
public Overridable<double> MisalignmentErrorY { get; set; }
Property Value
Name
Declaration
public virtual string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
RunOutErrorX
Declaration
public Overridable<double> RunOutErrorX { get; set; }
Property Value
RunOutErrorY
Declaration
public Overridable<double> RunOutErrorY { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods