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