Class FESectionResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.ComponentModeSynthesis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FESectionResults : APIBase, IEquatable<APIBase>
Properties
KineticEnergyContribution
Measurement: Percentage
Declaration
public double? KineticEnergyContribution { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SolidPartID
Declaration
public int SolidPartID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StrainEnergyContribution
Measurement: Percentage
Declaration
public double? StrainEnergyContribution { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Implements
System.IEquatable<T>