Class ConceptGearSetCompoundDynamicAnalysis
Inheritance
System.Object
ConceptGearSetCompoundDynamicAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptGearSetCompoundDynamicAnalysis : GearSetCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ConceptGearSetDynamicAnalysis> AssemblyAnalysisCases { get; }
Property Value
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptGearSetDynamicAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public ConceptGearSet ComponentDesign { get; }
Property Value
ConceptGearsCompoundDynamicAnalysis
Declaration
public ReadOnlyCollection<ConceptGearCompoundDynamicAnalysis> ConceptGearsCompoundDynamicAnalysis { get; }
Property Value
ConceptMeshesCompoundDynamicAnalysis
Declaration
public ReadOnlyCollection<ConceptGearMeshCompoundDynamicAnalysis> ConceptMeshesCompoundDynamicAnalysis { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods