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