Class FaceGearSetCompoundStabilityAnalysis
Inheritance
System.Object
FaceGearSetCompoundStabilityAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FaceGearSetCompoundStabilityAnalysis : GearSetCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<FaceGearSetStabilityAnalysis> AssemblyAnalysisCases { get; }
Property Value
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<FaceGearSetStabilityAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
AssemblyDesign
Declaration
public FaceGearSet AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public FaceGearSet ComponentDesign { get; }
Property Value
FaceGearsCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<FaceGearCompoundStabilityAnalysis> FaceGearsCompoundStabilityAnalysis { get; }
Property Value
FaceMeshesCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<FaceGearMeshCompoundStabilityAnalysis> FaceMeshesCompoundStabilityAnalysis { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods