Class PartParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PartParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class PartParametricStudyTool : PartAnalysisCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Part ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Part |
DataLogger
Declaration
public DataLoggerWithCharts DataLogger { get; }
Property Value
| Type | Description |
|---|---|
| DataLoggerWithCharts |
DesignOfExperimentsChart
Declaration
public NDChartDefinition DesignOfExperimentsChart { get; }
Property Value
| Type | Description |
|---|---|
| NDChartDefinition |
LinearSweepChart2D
Declaration
public TwoDChartDefinition LinearSweepChart2D { get; }
Property Value
| Type | Description |
|---|---|
| TwoDChartDefinition |
LinearSweepChart3D
Declaration
public ThreeDChartDefinition LinearSweepChart3D { get; }
Property Value
| Type | Description |
|---|---|
| ThreeDChartDefinition |
ParametricStudyTool
Declaration
public ParametricStudyTool ParametricStudyTool { get; }
Property Value
| Type | Description |
|---|---|
| ParametricStudyTool |
Implements
System.IEquatable<T>