Class FaceGearCompoundParametricStudyTool
Inheritance
System.Object
FaceGearCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FaceGearCompoundParametricStudyTool : GearCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<FaceGearParametricStudyTool> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearParametricStudyTool> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<FaceGearParametricStudyTool> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearParametricStudyTool> |
ComponentDesign
Declaration
public FaceGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
FaceGear |
PropertiesChangingAllLoadCases
Declaration
public FaceGearLoadCase PropertiesChangingAllLoadCases { get; }
Property Value
Type | Description |
---|---|
FaceGearLoadCase |
Implements
System.IEquatable<T>