Class SupportDetail
Inheritance
System.Object
SupportDetail
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SupportDetail : InterferenceDetail, IEquatable<APIBase>
Properties
AngleOfRadialError
Declaration
public double AngleOfRadialError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaterialSource
Declaration
public SupportMaterialSource MaterialSource { get; }
Property Value
RadialErrorMagnitude
Declaration
public double RadialErrorMagnitude { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RadialSpecificationMethod
Declaration
public RadialSpecificationMethod RadialSpecificationMethod { get; set; }
Property Value
ThetaX
Declaration
public double ThetaX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ThetaY
Declaration
public double ThetaY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
X
Declaration
public double X { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Y
Declaration
public double Y { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Z
Declaration
public double Z { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods