Class RingPinsToDiscConnectionLoadCase
Inheritance
System.Object
RingPinsToDiscConnectionLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RingPinsToDiscConnectionLoadCase : InterMountableComponentConnectionLoadCase, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public RingPinsToDiscConnection ConnectionDesign { get; }
Property Value
NumberOfLobesPassed
Declaration
public double NumberOfLobesPassed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfStepsForOneLobePass
Declaration
public int NumberOfStepsForOneLobePass { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public Overridable<double> SpecifiedContactStiffness { get; set; }
Property Value
UseConstantMeshStiffness
Declaration
public bool UseConstantMeshStiffness { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods