Class PlanetPinWindup
Inheritance
System.Object
PlanetPinWindup
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PlanetPinWindup : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Angle
Declaration
public double Angle { get; }
Property Value
| Type |
Description |
| System.Double |
|
RadialTilt
Declaration
public double RadialTilt { get; }
Property Value
| Type |
Description |
| System.Double |
|
RelativeAxialDeflection
Declaration
public double RelativeAxialDeflection { get; }
Property Value
| Type |
Description |
| System.Double |
|
RelativeRadialDeflection
Declaration
public double RelativeRadialDeflection { get; }
Property Value
| Type |
Description |
| System.Double |
|
RelativeTangentialDeflection
Declaration
public double RelativeTangentialDeflection { get; }
Property Value
| Type |
Description |
| System.Double |
|
TangentialTilt
Declaration
public double TangentialTilt { get; }
Property Value
| Type |
Description |
| System.Double |
|
TorsionalWindUp
Declaration
public double TorsionalWindUp { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods