Class FEPartLoadCase
Inheritance
System.Object
FEPartLoadCase
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public 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
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
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