Class GearSetImplementationAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetImplementationAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Analysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSetImplementationAnalysis : GearSetImplementationAnalysisAbstract, IEquatable<APIBase>
Properties
ValidResultsReady
Declaration
public bool ValidResultsReady { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
PerformAnalysis(Boolean)
Declaration
public void PerformAnalysis(bool runAllPlanetaryMeshes = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | runAllPlanetaryMeshes |
PerformAnalysisWithProgress(Boolean, TaskProgress)
Declaration
public void PerformAnalysisWithProgress(bool runAllPlanetaryMeshes, TaskProgress progress)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | runAllPlanetaryMeshes | |
SMT.MastaAPIUtility.TaskProgress | progress |
ResultsReadyFor(Boolean)
Declaration
public bool ResultsReadyFor(bool runAllPlanetaryMeshes = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | runAllPlanetaryMeshes |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>