Class PartPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PartPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class PartPowerFlow : PartStaticLoadAnalysisCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Part ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Part |
PowerFlow
Declaration
public PowerFlow PowerFlow { get; }
Property Value
Type | Description |
---|---|
PowerFlow |
TwoDDrawingShowingPowerFlow
Declaration
public SMTBitmap TwoDDrawingShowingPowerFlow { get; }
Property Value
Type | Description |
---|---|
SMT.MastaAPIUtility.Scripting.SMTBitmap |
Methods
CreateViewable()
Declaration
public PowerFlowViewable CreateViewable()
Returns
Type | Description |
---|---|
PowerFlowViewable |
Implements
System.IEquatable<T>