Class FEPartLoadCase
Inheritance
System.Object
FEPartLoadCase
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FEPartLoadCase : AbstractShaftOrHousingLoadCase, IEquatable<APIBase>
Properties
ActiveAngleIndex
Declaration
public ListWithSelectedItem<int> ActiveAngleIndex { get; set; }
Property Value
Angle
Declaration
public double Angle { get; set; }
Property Value
Type |
Description |
System.Double |
|
AngleSource
Declaration
public AngleSource AngleSource { get; }
Property Value
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
FESubstructure
Declaration
public ListWithSelectedItem<FESubstructure> FESubstructure { get; set; }
Property Value
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
Implements
System.IEquatable<T>
Extension Methods