Class CVTPulleyLoadCase
Inheritance
System.Object
CVTPulleyLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CVTPulleyLoadCase : PulleyLoadCase, IEquatable<APIBase>
Properties
ClampingForce
Measurement: Force
Declaration
public double ClampingForce { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ComponentDesign
Declaration
public CVTPulley ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CVTPulley |
EffectiveDiameter
Measurement: ShortLength
Declaration
public double EffectiveDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfNodes
Declaration
public int NumberOfNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>