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