Class ConceptGearSetCompoundParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSetCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearSetCompoundParametricStudyTool : GearSetCompoundParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ConceptGearSetParametricStudyTool> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSetParametricStudyTool> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptGearSetParametricStudyTool> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSetParametricStudyTool> |
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearSet |
ConceptGearsCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<ConceptGearCompoundParametricStudyTool> ConceptGearsCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearCompoundParametricStudyTool> |
ConceptMeshesCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<ConceptGearMeshCompoundParametricStudyTool> ConceptMeshesCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMeshCompoundParametricStudyTool> |
Implements
System.IEquatable<T>