Class FEPartSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEPartSystemDeflection
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FEPartSystemDeflection : AbstractShaftOrHousingSystemDeflection, IEquatable<APIBase>
Properties
AppliedInternalForcesInWorldCoordinateSystem
Declaration
public ReadOnlyCollection<VectorWithLinearAndAngularComponents> AppliedInternalForcesInWorldCoordinateSystem { get; }
Property Value
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
ComponentLoadCase
Declaration
public FEPartLoadCase ComponentLoadCase { get; }
Property Value
Export
Declaration
public SystemDeflectionFEExportOptions Export { get; }
Property Value
FullFEResults
Declaration
public StaticCMSResults FullFEResults { get; }
Property Value
MassInWorldCoordinateSystemMNRadSKg
Declaration
public NodalMatrix MassInWorldCoordinateSystemMNRadSKg { get; }
Property Value
NodeResultsInShaftCoordinateSystem
Declaration
public ReadOnlyCollection<ForceAndDisplacementResults> NodeResultsInShaftCoordinateSystem { get; }
Property Value
Planetaries
Declaration
public ReadOnlyCollection<FEPartSystemDeflection> Planetaries { get; }
Property Value
PowerFlowResults
Declaration
public FEPartPowerFlow PowerFlowResults { get; }
Property Value
StiffnessInWorldCoordinateSystemMNRad
Declaration
public NodalMatrix StiffnessInWorldCoordinateSystemMNRad { get; }
Property Value
Methods
ExportDisplacements()
Declaration
public void ExportDisplacements()
ExportForces()
Declaration
public void ExportForces()
Implements
System.IEquatable<T>
Extension Methods