Class PulleyCompoundPowerFlow
Inheritance
System.Object
PulleyCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class PulleyCompoundPowerFlow : CouplingHalfCompoundPowerFlow, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<PulleyPowerFlow> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PulleyPowerFlow> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<PulleyPowerFlow> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PulleyPowerFlow> |
ComponentDesign
Declaration
public Pulley ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Pulley |
Implements
System.IEquatable<T>