Class ConnectorSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConnectorSystemDeflection
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 ConnectorSystemDeflection : MountableComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Connector ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Connector |
ConvergenceDeltaEnergy
Measurement: EnergySmall
Declaration
public virtual double ConvergenceDeltaEnergy { get; }
Property Value
Type | Description |
---|---|
System.Double |
ForceOnOuterSupportInLCS
Declaration
public VectorWithLinearAndAngularComponents ForceOnOuterSupportInLCS { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
ForceOnOuterSupportInWCS
Declaration
public VectorWithLinearAndAngularComponents ForceOnOuterSupportInWCS { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
LinearForceOnInner
Measurement: Force
Declaration
public Vector3D LinearForceOnInner { get; }
Property Value
Type | Description |
---|---|
Vector3D |
MomentOnInner
Measurement: Torque
Declaration
public Vector3D MomentOnInner { get; }
Property Value
Type | Description |
---|---|
Vector3D |
OuterFEPart
Declaration
public FEPartSystemDeflection OuterFEPart { get; }
Property Value
Type | Description |
---|---|
FEPartSystemDeflection |
OuterFESubstructureNodes
Declaration
public ReadOnlyCollection<FESubstructureNode> OuterFESubstructureNodes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FESubstructureNode> |
PowerFlowResults
Declaration
public ConnectorPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
ConnectorPowerFlow |
Implements
System.IEquatable<T>