Class FEPartLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEPartLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FEPartLoadCase : AbstractShaftOrHousingLoadCase, IEquatable<APIBase>
Properties
ActiveAngleIndex
Declaration
public ListWithSelectedItem<int> ActiveAngleIndex { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.Int32> |
Angle
Measurement: Angle
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AngleSource
Declaration
public AngleSource AngleSource { get; }
Property Value
Type | Description |
---|---|
AngleSource |
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
Type | Description |
---|---|
FEPart |
FESubstructure
Declaration
public ListWithSelectedItem<FESubstructure> FESubstructure { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<FESubstructure> |
MassScalingFactor
Scales the mass matrix of the FE Substructure used in the analysis.
Declaration
public double MassScalingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OverrideDefaultFESubstructure
Declaration
public bool OverrideDefaultFESubstructure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Planetaries
Declaration
public ReadOnlyCollection<FEPartLoadCase> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartLoadCase> |
StiffnessScalingFactor
Scales the stiffness matrix of the FE Substructure used in the analysis.
Declaration
public double StiffnessScalingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SurfacesForDataLogging
Declaration
public ReadOnlyCollection<CMSElementFaceGroupWithSelectionOption> SurfacesForDataLogging { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CMSElementFaceGroupWithSelectionOption> |
Implements
System.IEquatable<T>