Class GearSetImplementationAnalysis
Inheritance
System.Object
GearSetImplementationAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearSetImplementationAnalysis : GearSetImplementationAnalysisAbstract, IEquatable<APIBase>
Properties
ValidResultsReady
Declaration
public bool ValidResultsReady { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public void PerformAnalysis(bool runAllPlanetaryMeshes = true)
Parameters
Type |
Name |
Description |
System.Boolean |
runAllPlanetaryMeshes |
|
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>
Extension Methods