Class CVTPulleyLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CVTPulleyLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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 virtual 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>