Class ConceptGearSetCompoundStabilityAnalysis
Inheritance
System.Object
ConceptGearSetCompoundStabilityAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptGearSetCompoundStabilityAnalysis : GearSetCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ConceptGearSetStabilityAnalysis> AssemblyAnalysisCases { get; }
Property Value
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptGearSetStabilityAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public ConceptGearSet ComponentDesign { get; }
Property Value
ConceptGearsCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<ConceptGearCompoundStabilityAnalysis> ConceptGearsCompoundStabilityAnalysis { get; }
Property Value
ConceptMeshesCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<ConceptGearMeshCompoundStabilityAnalysis> ConceptMeshesCompoundStabilityAnalysis { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods