Class PartSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PartSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class PartSystemDeflection : PartFEAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Part ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Part |
MassPropertiesFromNodeModel
These are consistent with the node model but may be inaccurate (e.g. tapered bars) or incomplete (e.g. lacking inertia tensor for some components). Measured in World Coordinate System.
Declaration
public MassProperties MassPropertiesFromNodeModel { get; }
Property Value
Type | Description |
---|---|
MassProperties |
PowerFlowResults
Declaration
public PartPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
PartPowerFlow |
SystemDeflection
Declaration
public SystemDeflection SystemDeflection { get; }
Property Value
Type | Description |
---|---|
SystemDeflection |
TwoDDrawingShowingAxialForces
Declaration
public SMTBitmap TwoDDrawingShowingAxialForces { get; }
Property Value
Type | Description |
---|---|
SMT.MastaAPIUtility.Scripting.SMTBitmap |
TwoDDrawingShowingPowerFlow
Declaration
public SMTBitmap TwoDDrawingShowingPowerFlow { get; }
Property Value
Type | Description |
---|---|
SMT.MastaAPIUtility.Scripting.SMTBitmap |
Methods
CreateViewable()
Declaration
public SystemDeflectionViewable CreateViewable()
Returns
Type | Description |
---|---|
SystemDeflectionViewable |
Implements
System.IEquatable<T>